Shades of Dark Purple #92217D
Tints of Dark Purple #92217D
RGB
CMYK
RGB Variations
Color information
#92217D (or 0x92217D) is known color: Dark Purple. HEX triplet: 92, 21 and 7D. RGB value is (146,33,125). Sum of RGB (Red+Green+Blue) = 146+33+125=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #92217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92217D is #6DDE82. Grayscale: #4D4D4D. Windows color (decimal): -7200387 or 8200594. OLE color: 8200594.
HSL color Cylindrical-coordinate representation of color #92217D: hue angle of 311.15º 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 #92217D is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 125 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.43 |
| HSL | 311.15º | 0.63% | 0.35% | - |
| HSV(B) | 311.15º | 0.77% | 0.57% | - |
| XYZ | 16.1 | 8.68 | 20.23 | - |
| YUV | 77.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 125 | 0 | 0.77 | 0.14 | 0.43 | 311.15 | 0.63 | 0.35 |
| Hex | 92 | 21 | 7D | 0 | 4D | E | 2B | 137 | 3F | 23 |
| Octal | 222 | 41 | 175 | 0 | 115 | 16 | 53 | 467 | 77 | 43 |
| Binary | 10010010 | 100001 | 1111101 | 0 | 1001101 | 1110 | 101011 | 100110111 | 111111 | 100011 |
Color Harmonies of #92217D
Complementary color
Monochromatic Colors of #92217D
Black with #92217D
Text Example
Text Example
White with #92217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92217D; }
p { color: rgb(146,33,125); }
H1.HeaderClassName
{
color: #92217D;
}
.AnyTagClassName
{
color: #92217D;
}
</style>
background-color css
<style>
a { background-color: #92217D; }
a { background-color: rgb(146,33,125); }
div.DivClassName
{
background-color: #92217D;
}
.BgClassName
{
background-color: #92217D;
}
</style>
border-color css
<style>
span { border-color: #92217D; }
span { border-color: rgb(146,33,125); }
td.TdClassName
{
border-color: #92217D;
}
.TagClassName
{
border-color: #92217D;
}
</style>