Shades of Dark Purple #912066
Tints of Dark Purple #912066
RGB
CMYK
RGB Variations
Color information
#912066 (or 0x912066) is known color: Dark Purple. HEX triplet: 91, 20 and 66. RGB value is (145,32,102). Sum of RGB (Red+Green+Blue) = 145+32+102=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #912066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912066 is #6EDF99. Grayscale: #494949. Windows color (decimal): -7266202 or 6693009. OLE color: 6693009.
HSL color Cylindrical-coordinate representation of color #912066: hue angle of 322.83º 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 #912066 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 32 | 102 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.43 |
| HSL | 322.83º | 0.64% | 0.35% | - |
| HSV(B) | 322.83º | 0.78% | 0.57% | - |
| XYZ | 14.59 | 8.01 | 13.35 | - |
| YUV | 73.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 102 | 0 | 0.78 | 0.30 | 0.43 | 322.83 | 0.64 | 0.35 |
| Hex | 91 | 20 | 66 | 0 | 4E | 1E | 2B | 143 | 40 | 23 |
| Octal | 221 | 40 | 146 | 0 | 116 | 36 | 53 | 503 | 100 | 43 |
| Binary | 10010001 | 100000 | 1100110 | 0 | 1001110 | 11110 | 101011 | 101000011 | 1000000 | 100011 |
Color Harmonies of #912066
Complementary color
Monochromatic Colors of #912066
Black with #912066
Text Example
Text Example
White with #912066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912066; }
p { color: rgb(145,32,102); }
H1.HeaderClassName
{
color: #912066;
}
.AnyTagClassName
{
color: #912066;
}
</style>
background-color css
<style>
a { background-color: #912066; }
a { background-color: rgb(145,32,102); }
div.DivClassName
{
background-color: #912066;
}
.BgClassName
{
background-color: #912066;
}
</style>
border-color css
<style>
span { border-color: #912066; }
span { border-color: rgb(145,32,102); }
td.TdClassName
{
border-color: #912066;
}
.TagClassName
{
border-color: #912066;
}
</style>