Shades of Dark Purple #92377C
Tints of Dark Purple #92377C
RGB
CMYK
RGB Variations
Color information
#92377C (or 0x92377C) is known color: Dark Purple. HEX triplet: 92, 37 and 7C. RGB value is (146,55,124). Sum of RGB (Red+Green+Blue) = 146+55+124=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92377C is #6DC883. Grayscale: #595959. Windows color (decimal): -7194756 or 8140690. OLE color: 8140690.
HSL color Cylindrical-coordinate representation of color #92377C: hue angle of 314.51º 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 #92377C is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 55 | 124 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.43 |
| HSL | 314.51º | 0.45% | 0.39% | - |
| HSV(B) | 314.51º | 0.62% | 0.57% | - |
| XYZ | 16.86 | 10.3 | 20.17 | - |
| YUV | 90.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 124 | 0 | 0.62 | 0.15 | 0.43 | 314.51 | 0.45 | 0.39 |
| Hex | 92 | 37 | 7C | 0 | 3E | F | 2B | 13B | 2D | 27 |
| Octal | 222 | 67 | 174 | 0 | 76 | 17 | 53 | 473 | 55 | 47 |
| Binary | 10010010 | 110111 | 1111100 | 0 | 111110 | 1111 | 101011 | 100111011 | 101101 | 100111 |
Color Harmonies of #92377C
Complementary color
Monochromatic Colors of #92377C
Black with #92377C
Text Example
Text Example
White with #92377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92377C; }
p { color: rgb(146,55,124); }
H1.HeaderClassName
{
color: #92377C;
}
.AnyTagClassName
{
color: #92377C;
}
</style>
background-color css
<style>
a { background-color: #92377C; }
a { background-color: rgb(146,55,124); }
div.DivClassName
{
background-color: #92377C;
}
.BgClassName
{
background-color: #92377C;
}
</style>
border-color css
<style>
span { border-color: #92377C; }
span { border-color: rgb(146,55,124); }
td.TdClassName
{
border-color: #92377C;
}
.TagClassName
{
border-color: #92377C;
}
</style>