#944180

Color #944180 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #944180

Tints of Dark Purple #944180

Color information

#944180 (or 0x944180) is unknown color: approx Dark Purple. HEX triplet: 94, 41 and 80. RGB value is (148,65,128). Sum of RGB (Red+Green+Blue) = 148+65+128=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #944180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944180 is #6BBE7F. Grayscale: #606060. Windows color (decimal): -7061120 or 8405396. OLE color: 8405396.

HSL color Cylindrical-coordinate representation of color #944180: hue angle of 314.46º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944180 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14865128-
CMYK00.560.140.42
HSL314.46º38.97%41.76%-
HSV(B)314.46º56.08%58.04%-
XYZ1811.6421.72-
YUV97145.5164.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=43.40%
G=19.06%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486512800.560.140.42314.4638.9741.76
Hex944180038E2A13a272a
Octal22410120007016524724752
Binary1001010010000011000000001110001110101010100111010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944180; }

 p { color: rgb(148,65,128); }

 H1.HeaderClassName
 {
   color: #944180;
 }
 .AnyTagClassName
 {
   color: #944180;
 }
</style>
background-color css

<style>
 a { background-color: #944180; }

 a { background-color: rgb(148,65,128); }

 div.DivClassName
 {
   background-color: #944180;
 }
 .BgClassName
 {
   background-color: #944180;
 }
</style>
border-color css

<style>
 span { border-color: #944180; }

 span { border-color: rgb(148,65,128); }

 td.TdClassName
 {
   border-color: #944180;
 }
 .TagClassName
 {
   border-color: #944180;
 }
</style>