Shades of Dark Purple #92127B
Tints of Dark Purple #92127B
RGB
CMYK
RGB Variations
Color information
#92127B (or 0x92127B) is known color: Dark Purple. HEX triplet: 92, 12 and 7B. RGB value is (146,18,123). Sum of RGB (Red+Green+Blue) = 146+18+123=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #92127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92127B is #6DED84. Grayscale: #434343. Windows color (decimal): -7204229 or 8065682. OLE color: 8065682.
HSL color Cylindrical-coordinate representation of color #92127B: hue angle of 310.78º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92127B is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 123 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.43 |
| HSL | 310.78º | 0.78% | 0.32% | - |
| HSV(B) | 310.78º | 0.88% | 0.57% | - |
| XYZ | 15.65 | 7.97 | 19.45 | - |
| YUV | 68.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 123 | 0 | 0.88 | 0.16 | 0.43 | 310.78 | 0.78 | 0.32 |
| Hex | 92 | 12 | 7B | 0 | 58 | 10 | 2B | 137 | 4E | 20 |
| Octal | 222 | 22 | 173 | 0 | 130 | 20 | 53 | 467 | 116 | 40 |
| Binary | 10010010 | 10010 | 1111011 | 0 | 1011000 | 10000 | 101011 | 100110111 | 1001110 | 100000 |
Color Harmonies of #92127B
Complementary color
Monochromatic Colors of #92127B
Black with #92127B
Text Example
Text Example
White with #92127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92127B; }
p { color: rgb(146,18,123); }
H1.HeaderClassName
{
color: #92127B;
}
.AnyTagClassName
{
color: #92127B;
}
</style>
background-color css
<style>
a { background-color: #92127B; }
a { background-color: rgb(146,18,123); }
div.DivClassName
{
background-color: #92127B;
}
.BgClassName
{
background-color: #92127B;
}
</style>
border-color css
<style>
span { border-color: #92127B; }
span { border-color: rgb(146,18,123); }
td.TdClassName
{
border-color: #92127B;
}
.TagClassName
{
border-color: #92127B;
}
</style>