#912981

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

Shades of Dark Purple #912981

Tints of Dark Purple #912981

Color information

#912981 (or 0x912981) is unknown color: approx Dark Purple. HEX triplet: 91, 29 and 81. RGB value is (145,41,129). Sum of RGB (Red+Green+Blue) = 145+41+129=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #912981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912981 is #6ED67E. Grayscale: #515151. Windows color (decimal): -7263871 or 8464785. OLE color: 8464785.

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

Color convert

RGB14541129-
CMYK00.720.110.43
HSL309.23º55.91%36.47%-
HSV(B)309.23º71.72%56.86%-
XYZ16.439.1921.68-
YUV82.13154.46172.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 41 (16.41% from 255) = 13.02%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=46.03%
G=13.02%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454112900.720.110.43309.2355.9136.47
Hex912981048B2B1353824
Octal22151201011013534657044
Binary1001000110100110000001010010001011101011100110101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912981; }

 p { color: rgb(145,41,129); }

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

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

 a { background-color: rgb(145,41,129); }

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

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

 span { border-color: rgb(145,41,129); }

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