Shades of Dark Purple #92217B
Tints of Dark Purple #92217B
RGB
CMYK
RGB Variations
Color information
#92217B (or 0x92217B) is known color: Dark Purple. HEX triplet: 92, 21 and 7B. RGB value is (146,33,123). Sum of RGB (Red+Green+Blue) = 146+33+123=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #92217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92217B is #6DDE84. Grayscale: #4C4C4C. Windows color (decimal): -7200389 or 8069522. OLE color: 8069522.
HSL color Cylindrical-coordinate representation of color #92217B: hue angle of 312.21º 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 #92217B is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 123 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.43 |
| HSL | 312.21º | 0.63% | 0.35% | - |
| HSV(B) | 312.21º | 0.77% | 0.57% | - |
| XYZ | 15.97 | 8.63 | 19.56 | - |
| YUV | 77.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 123 | 0 | 0.77 | 0.16 | 0.43 | 312.21 | 0.63 | 0.35 |
| Hex | 92 | 21 | 7B | 0 | 4D | 10 | 2B | 138 | 3F | 23 |
| Octal | 222 | 41 | 173 | 0 | 115 | 20 | 53 | 470 | 77 | 43 |
| Binary | 10010010 | 100001 | 1111011 | 0 | 1001101 | 10000 | 101011 | 100111000 | 111111 | 100011 |
Color Harmonies of #92217B
Complementary color
Monochromatic Colors of #92217B
Black with #92217B
Text Example
Text Example
White with #92217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92217B; }
p { color: rgb(146,33,123); }
H1.HeaderClassName
{
color: #92217B;
}
.AnyTagClassName
{
color: #92217B;
}
</style>
background-color css
<style>
a { background-color: #92217B; }
a { background-color: rgb(146,33,123); }
div.DivClassName
{
background-color: #92217B;
}
.BgClassName
{
background-color: #92217B;
}
</style>
border-color css
<style>
span { border-color: #92217B; }
span { border-color: rgb(146,33,123); }
td.TdClassName
{
border-color: #92217B;
}
.TagClassName
{
border-color: #92217B;
}
</style>