Shades of Dark Purple #92367F
Tints of Dark Purple #92367F
RGB
CMYK
RGB Variations
Color information
#92367F (or 0x92367F) is known color: Dark Purple. HEX triplet: 92, 36 and 7F. RGB value is (146,54,127). Sum of RGB (Red+Green+Blue) = 146+54+127=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #92367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92367F is #6DC980. Grayscale: #595959. Windows color (decimal): -7195009 or 8337042. OLE color: 8337042.
HSL color Cylindrical-coordinate representation of color #92367F: hue angle of 312.39º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92367F is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 54 | 127 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.43 |
| HSL | 312.39º | 0.46% | 0.39% | - |
| HSV(B) | 312.39º | 0.63% | 0.57% | - |
| XYZ | 17 | 10.28 | 21.17 | - |
| YUV | 89.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 54 | 127 | 0 | 0.63 | 0.13 | 0.43 | 312.39 | 0.46 | 0.39 |
| Hex | 92 | 36 | 7F | 0 | 3F | D | 2B | 138 | 2E | 27 |
| Octal | 222 | 66 | 177 | 0 | 77 | 15 | 53 | 470 | 56 | 47 |
| Binary | 10010010 | 110110 | 1111111 | 0 | 111111 | 1101 | 101011 | 100111000 | 101110 | 100111 |
Color Harmonies of #92367F
Complementary color
Monochromatic Colors of #92367F
Black with #92367F
Text Example
Text Example
White with #92367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92367F; }
p { color: rgb(146,54,127); }
H1.HeaderClassName
{
color: #92367F;
}
.AnyTagClassName
{
color: #92367F;
}
</style>
background-color css
<style>
a { background-color: #92367F; }
a { background-color: rgb(146,54,127); }
div.DivClassName
{
background-color: #92367F;
}
.BgClassName
{
background-color: #92367F;
}
</style>
border-color css
<style>
span { border-color: #92367F; }
span { border-color: rgb(146,54,127); }
td.TdClassName
{
border-color: #92367F;
}
.TagClassName
{
border-color: #92367F;
}
</style>