Shades of Dark Purple #92377E
Tints of Dark Purple #92377E
RGB
CMYK
RGB Variations
Color information
#92377E (or 0x92377E) is known color: Dark Purple. HEX triplet: 92, 37 and 7E. RGB value is (146,55,126). Sum of RGB (Red+Green+Blue) = 146+55+126=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #92377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92377E is #6DC881. Grayscale: #5A5A5A. Windows color (decimal): -7194754 or 8271762. OLE color: 8271762.
HSL color Cylindrical-coordinate representation of color #92377E: hue angle of 313.19º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92377E is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 55 | 126 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.43 |
| HSL | 313.19º | 0.45% | 0.39% | - |
| HSV(B) | 313.19º | 0.62% | 0.57% | - |
| XYZ | 16.99 | 10.35 | 20.84 | - |
| YUV | 90.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 126 | 0 | 0.62 | 0.14 | 0.43 | 313.19 | 0.45 | 0.39 |
| Hex | 92 | 37 | 7E | 0 | 3E | E | 2B | 139 | 2D | 27 |
| Octal | 222 | 67 | 176 | 0 | 76 | 16 | 53 | 471 | 55 | 47 |
| Binary | 10010010 | 110111 | 1111110 | 0 | 111110 | 1110 | 101011 | 100111001 | 101101 | 100111 |
Color Harmonies of #92377E
Complementary color
Monochromatic Colors of #92377E
Black with #92377E
Text Example
Text Example
White with #92377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92377E; }
p { color: rgb(146,55,126); }
H1.HeaderClassName
{
color: #92377E;
}
.AnyTagClassName
{
color: #92377E;
}
</style>
background-color css
<style>
a { background-color: #92377E; }
a { background-color: rgb(146,55,126); }
div.DivClassName
{
background-color: #92377E;
}
.BgClassName
{
background-color: #92377E;
}
</style>
border-color css
<style>
span { border-color: #92377E; }
span { border-color: rgb(146,55,126); }
td.TdClassName
{
border-color: #92377E;
}
.TagClassName
{
border-color: #92377E;
}
</style>