#91206C

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

Shades of Dark Purple #91206C

Tints of Dark Purple #91206C

Color information

#91206C (or 0x91206C) is unknown color: approx Dark Purple. HEX triplet: 91, 20 and 6C. RGB value is (145,32,108). Sum of RGB (Red+Green+Blue) = 145+32+108=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #91206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91206C is #6EDF93. Grayscale: #4A4A4A. Windows color (decimal): -7266196 or 7086225. OLE color: 7086225.

HSL color Cylindrical-coordinate representation of color #91206C: hue angle of 319.65º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #91206C is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14532108-
CMYK00.780.260.43
HSL319.65º63.84%34.71%-
HSV(B)319.65º77.93%56.86%-
XYZ14.98.1414.97-
YUV74.45146.94178.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 32 (12.89% from 255) = 11.23%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=50.88%
G=11.23%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453210800.780.260.43319.6563.8434.71
Hex91206C04E1A2B1404023
Octal221401540116325350010043
Binary10010001100000110110001001110110101010111010000001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91206C; }

 p { color: rgb(145,32,108); }

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

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

 a { background-color: rgb(145,32,108); }

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

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

 span { border-color: rgb(145,32,108); }

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