Shades of Dark Purple #912067
Tints of Dark Purple #912067
RGB
CMYK
RGB Variations
Color information
#912067 (or 0x912067) is known color: Dark Purple. HEX triplet: 91, 20 and 67. RGB value is (145,32,103). Sum of RGB (Red+Green+Blue) = 145+32+103=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #912067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912067 is #6EDF98. Grayscale: #494949. Windows color (decimal): -7266201 or 6758545. OLE color: 6758545.
HSL color Cylindrical-coordinate representation of color #912067: hue angle of 322.3º 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 #912067 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 32 | 103 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.43 |
| HSL | 322.3º | 0.64% | 0.35% | - |
| HSV(B) | 322.3º | 0.78% | 0.57% | - |
| XYZ | 14.64 | 8.03 | 13.61 | - |
| YUV | 73.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 103 | 0 | 0.78 | 0.29 | 0.43 | 322.3 | 0.64 | 0.35 |
| Hex | 91 | 20 | 67 | 0 | 4E | 1D | 2B | 142 | 40 | 23 |
| Octal | 221 | 40 | 147 | 0 | 116 | 35 | 53 | 502 | 100 | 43 |
| Binary | 10010001 | 100000 | 1100111 | 0 | 1001110 | 11101 | 101011 | 101000010 | 1000000 | 100011 |
Color Harmonies of #912067
Complementary color
Monochromatic Colors of #912067
Black with #912067
Text Example
Text Example
White with #912067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912067; }
p { color: rgb(145,32,103); }
H1.HeaderClassName
{
color: #912067;
}
.AnyTagClassName
{
color: #912067;
}
</style>
background-color css
<style>
a { background-color: #912067; }
a { background-color: rgb(145,32,103); }
div.DivClassName
{
background-color: #912067;
}
.BgClassName
{
background-color: #912067;
}
</style>
border-color css
<style>
span { border-color: #912067; }
span { border-color: rgb(145,32,103); }
td.TdClassName
{
border-color: #912067;
}
.TagClassName
{
border-color: #912067;
}
</style>