#912E89

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

Shades of Dark Purple #912E89

Tints of Dark Purple #912E89

Color information

#912E89 (or 0x912E89) is unknown color: approx Dark Purple. HEX triplet: 91, 2E and 89. RGB value is (145,46,137). Sum of RGB (Red+Green+Blue) = 145+46+137=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #912E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912E89 is #6ED176. Grayscale: #555555. Windows color (decimal): -7262583 or 8990353. OLE color: 8990353.

HSL color Cylindrical-coordinate representation of color #912E89: hue angle of 304.85º 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 #912E89 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14546137-
CMYK00.680.060.43
HSL304.85º51.83%37.45%-
HSV(B)304.85º68.28%56.86%-
XYZ17.179.7824.65-
YUV85.98156.8170.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 46 (18.36% from 255) = 14.02%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=44.21%
G=14.02%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454613700.680.060.43304.8551.8337.45
Hex912E8904462B1313425
Octal2215621101046534616445
Binary100100011011101000100101000100110101011100110001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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