#912180

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

Shades of Dark Purple #912180

Tints of Dark Purple #912180

Color information

#912180 (or 0x912180) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 80. RGB value is (145,33,128). Sum of RGB (Red+Green+Blue) = 145+33+128=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #912180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912180 is #6EDE7F. Grayscale: #4D4D4D. Windows color (decimal): -7265920 or 8397201. OLE color: 8397201.

HSL color Cylindrical-coordinate representation of color #912180: hue angle of 309.11º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912180 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14533128-
CMYK00.770.120.43
HSL309.11º62.92%34.9%-
HSV(B)309.11º77.24%56.86%-
XYZ16.128.6721.25-
YUV77.32156.61176.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=47.39%
G=10.78%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453312800.770.120.43309.1162.9234.9
Hex91218004DC2B1353f23
Octal22141200011514534657743
Binary1001000110000110000000010011011100101011100110101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912180; }

 p { color: rgb(145,33,128); }

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

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

 a { background-color: rgb(145,33,128); }

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

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

 span { border-color: rgb(145,33,128); }

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