Shades of Dark Purple #912167
Tints of Dark Purple #912167
RGB
CMYK
RGB Variations
Color information
#912167 (or 0x912167) is known color: Dark Purple. HEX triplet: 91, 21 and 67. RGB value is (145,33,103). Sum of RGB (Red+Green+Blue) = 145+33+103=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #912167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912167 is #6EDE98. Grayscale: #4A4A4A. Windows color (decimal): -7265945 or 6758801. OLE color: 6758801.
HSL color Cylindrical-coordinate representation of color #912167: hue angle of 322.5º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912167 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 103 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.43 |
| HSL | 322.5º | 0.63% | 0.35% | - |
| HSV(B) | 322.5º | 0.77% | 0.57% | - |
| XYZ | 14.67 | 8.09 | 13.62 | - |
| YUV | 74.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 103 | 0 | 0.77 | 0.29 | 0.43 | 322.5 | 0.63 | 0.35 |
| Hex | 91 | 21 | 67 | 0 | 4D | 1D | 2B | 142 | 3F | 23 |
| Octal | 221 | 41 | 147 | 0 | 115 | 35 | 53 | 502 | 77 | 43 |
| Binary | 10010001 | 100001 | 1100111 | 0 | 1001101 | 11101 | 101011 | 101000010 | 111111 | 100011 |
Color Harmonies of #912167
Complementary color
Monochromatic Colors of #912167
Black with #912167
Text Example
Text Example
White with #912167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912167; }
p { color: rgb(145,33,103); }
H1.HeaderClassName
{
color: #912167;
}
.AnyTagClassName
{
color: #912167;
}
</style>
background-color css
<style>
a { background-color: #912167; }
a { background-color: rgb(145,33,103); }
div.DivClassName
{
background-color: #912167;
}
.BgClassName
{
background-color: #912167;
}
</style>
border-color css
<style>
span { border-color: #912167; }
span { border-color: rgb(145,33,103); }
td.TdClassName
{
border-color: #912167;
}
.TagClassName
{
border-color: #912167;
}
</style>