#912984

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

Shades of Dark Purple #912984

Tints of Dark Purple #912984

Color information

#912984 (or 0x912984) is unknown color: approx Dark Purple. HEX triplet: 91, 29 and 84. RGB value is (145,41,132). Sum of RGB (Red+Green+Blue) = 145+41+132=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #912984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912984 is #6ED67B. Grayscale: #525252. Windows color (decimal): -7263868 or 8661393. OLE color: 8661393.

HSL color Cylindrical-coordinate representation of color #912984: hue angle of 307.5º 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 #912984 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB14541132-
CMYK00.720.090.43
HSL307.5º55.91%36.47%-
HSV(B)307.5º71.72%56.86%-
XYZ16.639.2722.74-
YUV82.47155.96172.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.60%
GREEN value IS 41 (16.41% from 255) = 12.89%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=45.60%
G=12.89%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454113200.720.090.43307.555.9136.47
Hex91298404892B1343824
Octal22151204011011534647044
Binary1001000110100110000100010010001001101011100110100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912984; }

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

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

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

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

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

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

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

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