#912E84

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

Shades of Dark Purple #912E84

Tints of Dark Purple #912E84

Color information

#912E84 (or 0x912E84) is unknown color: approx Dark Purple. HEX triplet: 91, 2E and 84. RGB value is (145,46,132). Sum of RGB (Red+Green+Blue) = 145+46+132=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #912E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912E84 is #6ED17B. Grayscale: #555555. Windows color (decimal): -7262588 or 8662673. OLE color: 8662673.

HSL color Cylindrical-coordinate representation of color #912E84: hue angle of 307.88º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912E84 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB14546132-
CMYK00.680.090.43
HSL307.88º51.83%37.45%-
HSV(B)307.88º68.28%56.86%-
XYZ16.829.6422.8-
YUV85.4154.3170.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=44.89%
G=14.24%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454613200.680.090.43307.8851.8337.45
Hex912E8404492B1343425
Octal22156204010411534646445
Binary1001000110111010000100010001001001101011100110100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912E84; }

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

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

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

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

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

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

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

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