#911479

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

Shades of Dark Purple #911479

Tints of Dark Purple #911479

Color information

#911479 (or 0x911479) is unknown color: approx Dark Purple. HEX triplet: 91, 14 and 79. RGB value is (145,20,121). Sum of RGB (Red+Green+Blue) = 145+20+121=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #911479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911479 is #6EEB86. Grayscale: #444444. Windows color (decimal): -7269255 or 7935121. OLE color: 7935121.

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

Color convert

RGB14520121-
CMYK00.860.170.43
HSL311.52º75.76%32.35%-
HSV(B)311.52º86.21%56.86%-
XYZ15.387.918.8-
YUV68.89157.41182.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.70%
GREEN value IS 20 (8.20% from 255) = 6.99%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=50.70%
G=6.99%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452012100.860.170.43311.5275.7632.35
Hex911479056112B1384c20
Octal221241710126215347011440
Binary1001000110100111100101010110100011010111001110001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911479; }

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

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

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

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

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

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

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

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