Shades of Dark Purple #92218F
Tints of Dark Purple #92218F
RGB
CMYK
RGB Variations
Color information
#92218F (or 0x92218F) is known color: Dark Purple. HEX triplet: 92, 21 and 8F. RGB value is (146,33,143). Sum of RGB (Red+Green+Blue) = 146+33+143=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #92218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92218F is #6DDE70. Grayscale: #4F4F4F. Windows color (decimal): -7200369 or 9380242. OLE color: 9380242.
HSL color Cylindrical-coordinate representation of color #92218F: hue angle of 301.59º 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 #92218F is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 143 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.43 |
| HSL | 301.59º | 0.63% | 0.35% | - |
| HSV(B) | 301.59º | 0.77% | 0.57% | - |
| XYZ | 17.36 | 9.18 | 26.84 | - |
| YUV | 79.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 143 | 0 | 0.77 | 0.02 | 0.43 | 301.59 | 0.63 | 0.35 |
| Hex | 92 | 21 | 8F | 0 | 4D | 2 | 2B | 12E | 3F | 23 |
| Octal | 222 | 41 | 217 | 0 | 115 | 2 | 53 | 456 | 77 | 43 |
| Binary | 10010010 | 100001 | 10001111 | 0 | 1001101 | 10 | 101011 | 100101110 | 111111 | 100011 |
Color Harmonies of #92218F
Complementary color
Monochromatic Colors of #92218F
Black with #92218F
Text Example
Text Example
White with #92218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92218F; }
p { color: rgb(146,33,143); }
H1.HeaderClassName
{
color: #92218F;
}
.AnyTagClassName
{
color: #92218F;
}
</style>
background-color css
<style>
a { background-color: #92218F; }
a { background-color: rgb(146,33,143); }
div.DivClassName
{
background-color: #92218F;
}
.BgClassName
{
background-color: #92218F;
}
</style>
border-color css
<style>
span { border-color: #92218F; }
span { border-color: rgb(146,33,143); }
td.TdClassName
{
border-color: #92218F;
}
.TagClassName
{
border-color: #92218F;
}
</style>