Shades of Dark Purple #92337B
Tints of Dark Purple #92337B
RGB
CMYK
RGB Variations
Color information
#92337B (or 0x92337B) is known color: Dark Purple. HEX triplet: 92, 33 and 7B. RGB value is (146,51,123). Sum of RGB (Red+Green+Blue) = 146+51+123=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #92337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92337B is #6DCC84. Grayscale: #575757. Windows color (decimal): -7195781 or 8074130. OLE color: 8074130.
HSL color Cylindrical-coordinate representation of color #92337B: hue angle of 314.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92337B is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 51 | 123 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.43 |
| HSL | 314.53º | 0.48% | 0.39% | - |
| HSV(B) | 314.53º | 0.65% | 0.57% | - |
| XYZ | 16.61 | 9.91 | 19.78 | - |
| YUV | 87.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 51 | 123 | 0 | 0.65 | 0.16 | 0.43 | 314.53 | 0.48 | 0.39 |
| Hex | 92 | 33 | 7B | 0 | 41 | 10 | 2B | 13B | 30 | 27 |
| Octal | 222 | 63 | 173 | 0 | 101 | 20 | 53 | 473 | 60 | 47 |
| Binary | 10010010 | 110011 | 1111011 | 0 | 1000001 | 10000 | 101011 | 100111011 | 110000 | 100111 |
Color Harmonies of #92337B
Complementary color
Monochromatic Colors of #92337B
Black with #92337B
Text Example
Text Example
White with #92337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92337B; }
p { color: rgb(146,51,123); }
H1.HeaderClassName
{
color: #92337B;
}
.AnyTagClassName
{
color: #92337B;
}
</style>
background-color css
<style>
a { background-color: #92337B; }
a { background-color: rgb(146,51,123); }
div.DivClassName
{
background-color: #92337B;
}
.BgClassName
{
background-color: #92337B;
}
</style>
border-color css
<style>
span { border-color: #92337B; }
span { border-color: rgb(146,51,123); }
td.TdClassName
{
border-color: #92337B;
}
.TagClassName
{
border-color: #92337B;
}
</style>