Shades of Dark Purple #92207F
Tints of Dark Purple #92207F
RGB
CMYK
RGB Variations
Color information
#92207F (or 0x92207F) is known color: Dark Purple. HEX triplet: 92, 20 and 7F. RGB value is (146,32,127). Sum of RGB (Red+Green+Blue) = 146+32+127=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #92207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92207F is #6DDF80. Grayscale: #4C4C4C. Windows color (decimal): -7200641 or 8331410. OLE color: 8331410.
HSL color Cylindrical-coordinate representation of color #92207F: hue angle of 310º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #92207F is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 32 | 127 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.43 |
| HSL | 310º | 0.64% | 0.35% | - |
| HSV(B) | 310º | 0.78% | 0.57% | - |
| XYZ | 16.2 | 8.68 | 20.9 | - |
| YUV | 76.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 32 | 127 | 0 | 0.78 | 0.13 | 0.43 | 310 | 0.64 | 0.35 |
| Hex | 92 | 20 | 7F | 0 | 4E | D | 2B | 136 | 40 | 23 |
| Octal | 222 | 40 | 177 | 0 | 116 | 15 | 53 | 466 | 100 | 43 |
| Binary | 10010010 | 100000 | 1111111 | 0 | 1001110 | 1101 | 101011 | 100110110 | 1000000 | 100011 |
Color Harmonies of #92207F
Complementary color
Monochromatic Colors of #92207F
Black with #92207F
Text Example
Text Example
White with #92207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92207F; }
p { color: rgb(146,32,127); }
H1.HeaderClassName
{
color: #92207F;
}
.AnyTagClassName
{
color: #92207F;
}
</style>
background-color css
<style>
a { background-color: #92207F; }
a { background-color: rgb(146,32,127); }
div.DivClassName
{
background-color: #92207F;
}
.BgClassName
{
background-color: #92207F;
}
</style>
border-color css
<style>
span { border-color: #92207F; }
span { border-color: rgb(146,32,127); }
td.TdClassName
{
border-color: #92207F;
}
.TagClassName
{
border-color: #92207F;
}
</style>