Shades of Dark Purple #92236D
Tints of Dark Purple #92236D
RGB
CMYK
RGB Variations
Color information
#92236D (or 0x92236D) is known color: Dark Purple. HEX triplet: 92, 23 and 6D. RGB value is (146,35,109). Sum of RGB (Red+Green+Blue) = 146+35+109=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92236D is #6DDC92. Grayscale: #4C4C4C. Windows color (decimal): -7199891 or 7152530. OLE color: 7152530.
HSL color Cylindrical-coordinate representation of color #92236D: hue angle of 320º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #92236D is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 35 | 109 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.43 |
| HSL | 320º | 0.61% | 0.35% | - |
| HSV(B) | 320º | 0.76% | 0.57% | - |
| XYZ | 15.22 | 8.42 | 15.29 | - |
| YUV | 76.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 35 | 109 | 0 | 0.76 | 0.25 | 0.43 | 320 | 0.61 | 0.35 |
| Hex | 92 | 23 | 6D | 0 | 4C | 19 | 2B | 140 | 3D | 23 |
| Octal | 222 | 43 | 155 | 0 | 114 | 31 | 53 | 500 | 75 | 43 |
| Binary | 10010010 | 100011 | 1101101 | 0 | 1001100 | 11001 | 101011 | 101000000 | 111101 | 100011 |
Color Harmonies of #92236D
Complementary color
Monochromatic Colors of #92236D
Black with #92236D
Text Example
Text Example
White with #92236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92236D; }
p { color: rgb(146,35,109); }
H1.HeaderClassName
{
color: #92236D;
}
.AnyTagClassName
{
color: #92236D;
}
</style>
background-color css
<style>
a { background-color: #92236D; }
a { background-color: rgb(146,35,109); }
div.DivClassName
{
background-color: #92236D;
}
.BgClassName
{
background-color: #92236D;
}
</style>
border-color css
<style>
span { border-color: #92236D; }
span { border-color: rgb(146,35,109); }
td.TdClassName
{
border-color: #92236D;
}
.TagClassName
{
border-color: #92236D;
}
</style>