Shades of Dark Purple #92218D
Tints of Dark Purple #92218D
RGB
CMYK
RGB Variations
Color information
#92218D (or 0x92218D) is known color: Dark Purple. HEX triplet: 92, 21 and 8D. RGB value is (146,33,141). Sum of RGB (Red+Green+Blue) = 146+33+141=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #92218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92218D is #6DDE72. Grayscale: #4E4E4E. Windows color (decimal): -7200371 or 9249170. OLE color: 9249170.
HSL color Cylindrical-coordinate representation of color #92218D: hue angle of 302.65º 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 #92218D is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 141 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.43 |
| HSL | 302.65º | 0.63% | 0.35% | - |
| HSV(B) | 302.65º | 0.77% | 0.57% | - |
| XYZ | 17.21 | 9.12 | 26.05 | - |
| YUV | 79.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 141 | 0 | 0.77 | 0.03 | 0.43 | 302.65 | 0.63 | 0.35 |
| Hex | 92 | 21 | 8D | 0 | 4D | 3 | 2B | 12F | 3F | 23 |
| Octal | 222 | 41 | 215 | 0 | 115 | 3 | 53 | 457 | 77 | 43 |
| Binary | 10010010 | 100001 | 10001101 | 0 | 1001101 | 11 | 101011 | 100101111 | 111111 | 100011 |
Color Harmonies of #92218D
Complementary color
Monochromatic Colors of #92218D
Black with #92218D
Text Example
Text Example
White with #92218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92218D; }
p { color: rgb(146,33,141); }
H1.HeaderClassName
{
color: #92218D;
}
.AnyTagClassName
{
color: #92218D;
}
</style>
background-color css
<style>
a { background-color: #92218D; }
a { background-color: rgb(146,33,141); }
div.DivClassName
{
background-color: #92218D;
}
.BgClassName
{
background-color: #92218D;
}
</style>
border-color css
<style>
span { border-color: #92218D; }
span { border-color: rgb(146,33,141); }
td.TdClassName
{
border-color: #92218D;
}
.TagClassName
{
border-color: #92218D;
}
</style>