#912C89

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

Shades of Dark Purple #912C89

Tints of Dark Purple #912C89

Color information

#912C89 (or 0x912C89) is unknown color: approx Dark Purple. HEX triplet: 91, 2C and 89. RGB value is (145,44,137). Sum of RGB (Red+Green+Blue) = 145+44+137=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #912C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912C89 is #6ED376. Grayscale: #545454. Windows color (decimal): -7263095 or 8989841. OLE color: 8989841.

HSL color Cylindrical-coordinate representation of color #912C89: hue angle of 304.75º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #912C89 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14544137-
CMYK00.700.060.43
HSL304.75º53.44%37.06%-
HSV(B)304.75º69.66%56.86%-
XYZ17.099.6324.62-
YUV84.8157.46170.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 44 (17.58% from 255) = 13.50%
BLUE value IS 137 (53.91% from 255) = 42.02%
R=44.48%
G=13.50%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454413700.700.060.43304.7553.4437.06
Hex912C8904662B1313525
Octal2215421101066534616545
Binary100100011011001000100101000110110101011100110001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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