Shades of Dark Purple #92356E
Tints of Dark Purple #92356E
RGB
CMYK
RGB Variations
Color information
#92356E (or 0x92356E) is known color: Dark Purple. HEX triplet: 92, 35 and 6E. RGB value is (146,53,110). Sum of RGB (Red+Green+Blue) = 146+53+110=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92356E is #6DCA91. Grayscale: #575757. Windows color (decimal): -7195282 or 7222674. OLE color: 7222674.
HSL color Cylindrical-coordinate representation of color #92356E: hue angle of 323.23º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92356E is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 53 | 110 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.43 |
| HSL | 323.23º | 0.47% | 0.39% | - |
| HSV(B) | 323.23º | 0.64% | 0.57% | - |
| XYZ | 15.94 | 9.78 | 15.8 | - |
| YUV | 87.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 53 | 110 | 0 | 0.64 | 0.25 | 0.43 | 323.23 | 0.47 | 0.39 |
| Hex | 92 | 35 | 6E | 0 | 40 | 19 | 2B | 143 | 2F | 27 |
| Octal | 222 | 65 | 156 | 0 | 100 | 31 | 53 | 503 | 57 | 47 |
| Binary | 10010010 | 110101 | 1101110 | 0 | 1000000 | 11001 | 101011 | 101000011 | 101111 | 100111 |
Color Harmonies of #92356E
Complementary color
Monochromatic Colors of #92356E
Black with #92356E
Text Example
Text Example
White with #92356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92356E; }
p { color: rgb(146,53,110); }
H1.HeaderClassName
{
color: #92356E;
}
.AnyTagClassName
{
color: #92356E;
}
</style>
background-color css
<style>
a { background-color: #92356E; }
a { background-color: rgb(146,53,110); }
div.DivClassName
{
background-color: #92356E;
}
.BgClassName
{
background-color: #92356E;
}
</style>
border-color css
<style>
span { border-color: #92356E; }
span { border-color: rgb(146,53,110); }
td.TdClassName
{
border-color: #92356E;
}
.TagClassName
{
border-color: #92356E;
}
</style>