#912F89

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

Shades of Dark Purple #912F89

Tints of Dark Purple #912F89

Color information

#912F89 (or 0x912F89) is unknown color: approx Dark Purple. HEX triplet: 91, 2F and 89. RGB value is (145,47,137). Sum of RGB (Red+Green+Blue) = 145+47+137=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #912F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912F89 is #6ED076. Grayscale: #565656. Windows color (decimal): -7262327 or 8990609. OLE color: 8990609.

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

Color convert

RGB14547137-
CMYK00.680.060.43
HSL304.9º51.04%37.65%-
HSV(B)304.9º67.59%56.86%-
XYZ17.219.8624.66-
YUV86.56156.47169.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 47 (18.75% from 255) = 14.29%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=44.07%
G=14.29%
B=41.64%

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
Decimal1454713700.680.060.43304.951.0437.65
Hex912F8904462B1313326
Octal2215721101046534616346
Binary100100011011111000100101000100110101011100110001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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