Shades of Dark Purple #92157F
Tints of Dark Purple #92157F
RGB
CMYK
RGB Variations
Color information
#92157F (or 0x92157F) is known color: Dark Purple. HEX triplet: 92, 15 and 7F. RGB value is (146,21,127). Sum of RGB (Red+Green+Blue) = 146+21+127=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #92157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92157F is #6DEA80. Grayscale: #464646. Windows color (decimal): -7203457 or 8328594. OLE color: 8328594.
HSL color Cylindrical-coordinate representation of color #92157F: hue angle of 309.12º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92157F is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 127 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.43 |
| HSL | 309.12º | 0.75% | 0.33% | - |
| HSV(B) | 309.12º | 0.86% | 0.57% | - |
| XYZ | 15.95 | 8.18 | 20.82 | - |
| YUV | 70.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 127 | 0 | 0.86 | 0.13 | 0.43 | 309.12 | 0.75 | 0.33 |
| Hex | 92 | 15 | 7F | 0 | 56 | D | 2B | 135 | 4B | 21 |
| Octal | 222 | 25 | 177 | 0 | 126 | 15 | 53 | 465 | 113 | 41 |
| Binary | 10010010 | 10101 | 1111111 | 0 | 1010110 | 1101 | 101011 | 100110101 | 1001011 | 100001 |
Color Harmonies of #92157F
Complementary color
Monochromatic Colors of #92157F
Black with #92157F
Text Example
Text Example
White with #92157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92157F; }
p { color: rgb(146,21,127); }
H1.HeaderClassName
{
color: #92157F;
}
.AnyTagClassName
{
color: #92157F;
}
</style>
background-color css
<style>
a { background-color: #92157F; }
a { background-color: rgb(146,21,127); }
div.DivClassName
{
background-color: #92157F;
}
.BgClassName
{
background-color: #92157F;
}
</style>
border-color css
<style>
span { border-color: #92157F; }
span { border-color: rgb(146,21,127); }
td.TdClassName
{
border-color: #92157F;
}
.TagClassName
{
border-color: #92157F;
}
</style>