#914079

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

Shades of Dark Purple #914079

Tints of Dark Purple #914079

Color information

#914079 (or 0x914079) is unknown color: approx Dark Purple. HEX triplet: 91, 40 and 79. RGB value is (145,64,121). Sum of RGB (Red+Green+Blue) = 145+64+121=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #914079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914079 is #6EBF86. Grayscale: #5E5E5E. Windows color (decimal): -7257991 or 7946385. OLE color: 7946385.

HSL color Cylindrical-coordinate representation of color #914079: hue angle of 317.78º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914079 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14564121-
CMYK00.560.170.43
HSL317.78º38.76%40.98%-
HSV(B)317.78º55.86%56.86%-
XYZ16.9611.0719.33-
YUV94.72142.84163.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=43.94%
G=19.39%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456412100.560.170.43317.7838.7640.98
Hex914079038112B13e2729
Octal22110017107021534764751
Binary1001000110000001111001011100010001101011100111110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914079; }

 p { color: rgb(145,64,121); }

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

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

 a { background-color: rgb(145,64,121); }

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

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

 span { border-color: rgb(145,64,121); }

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