Shades of Dark Purple #92107F
Tints of Dark Purple #92107F
RGB
CMYK
RGB Variations
Color information
#92107F (or 0x92107F) is known color: Dark Purple. HEX triplet: 92, 10 and 7F. RGB value is (146,16,127). Sum of RGB (Red+Green+Blue) = 146+16+127=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #92107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92107F is #6DEF80. Grayscale: #434343. Windows color (decimal): -7204737 or 8327314. OLE color: 8327314.
HSL color Cylindrical-coordinate representation of color #92107F: hue angle of 308.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #92107F is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 127 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.43 |
| HSL | 308.77º | 0.8% | 0.32% | - |
| HSV(B) | 308.77º | 0.89% | 0.57% | - |
| XYZ | 15.87 | 8.01 | 20.79 | - |
| YUV | 67.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 127 | 0 | 0.89 | 0.13 | 0.43 | 308.77 | 0.8 | 0.32 |
| Hex | 92 | 10 | 7F | 0 | 59 | D | 2B | 135 | 50 | 20 |
| Octal | 222 | 20 | 177 | 0 | 131 | 15 | 53 | 465 | 120 | 40 |
| Binary | 10010010 | 10000 | 1111111 | 0 | 1011001 | 1101 | 101011 | 100110101 | 1010000 | 100000 |
Color Harmonies of #92107F
Complementary color
Monochromatic Colors of #92107F
Black with #92107F
Text Example
Text Example
White with #92107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92107F; }
p { color: rgb(146,16,127); }
H1.HeaderClassName
{
color: #92107F;
}
.AnyTagClassName
{
color: #92107F;
}
</style>
background-color css
<style>
a { background-color: #92107F; }
a { background-color: rgb(146,16,127); }
div.DivClassName
{
background-color: #92107F;
}
.BgClassName
{
background-color: #92107F;
}
</style>
border-color css
<style>
span { border-color: #92107F; }
span { border-color: rgb(146,16,127); }
td.TdClassName
{
border-color: #92107F;
}
.TagClassName
{
border-color: #92107F;
}
</style>