Shades of Dark Purple #92237A
Tints of Dark Purple #92237A
RGB
CMYK
RGB Variations
Color information
#92237A (or 0x92237A) is known color: Dark Purple. HEX triplet: 92, 23 and 7A. RGB value is (146,35,122). Sum of RGB (Red+Green+Blue) = 146+35+122=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #92237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92237A is #6DDC85. Grayscale: #4D4D4D. Windows color (decimal): -7199878 or 8004498. OLE color: 8004498.
HSL color Cylindrical-coordinate representation of color #92237A: hue angle of 312.97º 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 #92237A is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 35 | 122 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.43 |
| HSL | 312.97º | 0.61% | 0.35% | - |
| HSV(B) | 312.97º | 0.76% | 0.57% | - |
| XYZ | 15.97 | 8.72 | 19.25 | - |
| YUV | 78.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 35 | 122 | 0 | 0.76 | 0.16 | 0.43 | 312.97 | 0.61 | 0.35 |
| Hex | 92 | 23 | 7A | 0 | 4C | 10 | 2B | 139 | 3D | 23 |
| Octal | 222 | 43 | 172 | 0 | 114 | 20 | 53 | 471 | 75 | 43 |
| Binary | 10010010 | 100011 | 1111010 | 0 | 1001100 | 10000 | 101011 | 100111001 | 111101 | 100011 |
Color Harmonies of #92237A
Complementary color
Monochromatic Colors of #92237A
Black with #92237A
Text Example
Text Example
White with #92237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92237A; }
p { color: rgb(146,35,122); }
H1.HeaderClassName
{
color: #92237A;
}
.AnyTagClassName
{
color: #92237A;
}
</style>
background-color css
<style>
a { background-color: #92237A; }
a { background-color: rgb(146,35,122); }
div.DivClassName
{
background-color: #92237A;
}
.BgClassName
{
background-color: #92237A;
}
</style>
border-color css
<style>
span { border-color: #92237A; }
span { border-color: rgb(146,35,122); }
td.TdClassName
{
border-color: #92237A;
}
.TagClassName
{
border-color: #92237A;
}
</style>