Shades of Dark Purple #92217A
Tints of Dark Purple #92217A
RGB
CMYK
RGB Variations
Color information
#92217A (or 0x92217A) is known color: Dark Purple. HEX triplet: 92, 21 and 7A. RGB value is (146,33,122). Sum of RGB (Red+Green+Blue) = 146+33+122=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #92217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92217A is #6DDE85. Grayscale: #4C4C4C. Windows color (decimal): -7200390 or 8003986. OLE color: 8003986.
HSL color Cylindrical-coordinate representation of color #92217A: hue angle of 312.74º 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 #92217A is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 122 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.43 |
| HSL | 312.74º | 0.63% | 0.35% | - |
| HSV(B) | 312.74º | 0.77% | 0.57% | - |
| XYZ | 15.91 | 8.6 | 19.23 | - |
| YUV | 76.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 122 | 0 | 0.77 | 0.16 | 0.43 | 312.74 | 0.63 | 0.35 |
| Hex | 92 | 21 | 7A | 0 | 4D | 10 | 2B | 139 | 3F | 23 |
| Octal | 222 | 41 | 172 | 0 | 115 | 20 | 53 | 471 | 77 | 43 |
| Binary | 10010010 | 100001 | 1111010 | 0 | 1001101 | 10000 | 101011 | 100111001 | 111111 | 100011 |
Color Harmonies of #92217A
Complementary color
Monochromatic Colors of #92217A
Black with #92217A
Text Example
Text Example
White with #92217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92217A; }
p { color: rgb(146,33,122); }
H1.HeaderClassName
{
color: #92217A;
}
.AnyTagClassName
{
color: #92217A;
}
</style>
background-color css
<style>
a { background-color: #92217A; }
a { background-color: rgb(146,33,122); }
div.DivClassName
{
background-color: #92217A;
}
.BgClassName
{
background-color: #92217A;
}
</style>
border-color css
<style>
span { border-color: #92217A; }
span { border-color: rgb(146,33,122); }
td.TdClassName
{
border-color: #92217A;
}
.TagClassName
{
border-color: #92217A;
}
</style>