Shades of Dark Purple #92238A
Tints of Dark Purple #92238A
RGB
CMYK
RGB Variations
Color information
#92238A (or 0x92238A) is known color: Dark Purple. HEX triplet: 92, 23 and 8A. RGB value is (146,35,138). Sum of RGB (Red+Green+Blue) = 146+35+138=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #92238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92238A is #6DDC75. Grayscale: #4F4F4F. Windows color (decimal): -7199862 or 9053074. OLE color: 9053074.
HSL color Cylindrical-coordinate representation of color #92238A: hue angle of 304.32º 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 #92238A is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 35 | 138 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.43 |
| HSL | 304.32º | 0.61% | 0.35% | - |
| HSV(B) | 304.32º | 0.76% | 0.57% | - |
| XYZ | 17.04 | 9.15 | 24.91 | - |
| YUV | 79.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 35 | 138 | 0 | 0.76 | 0.05 | 0.43 | 304.32 | 0.61 | 0.35 |
| Hex | 92 | 23 | 8A | 0 | 4C | 5 | 2B | 130 | 3D | 23 |
| Octal | 222 | 43 | 212 | 0 | 114 | 5 | 53 | 460 | 75 | 43 |
| Binary | 10010010 | 100011 | 10001010 | 0 | 1001100 | 101 | 101011 | 100110000 | 111101 | 100011 |
Color Harmonies of #92238A
Complementary color
Monochromatic Colors of #92238A
Black with #92238A
Text Example
Text Example
White with #92238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92238A; }
p { color: rgb(146,35,138); }
H1.HeaderClassName
{
color: #92238A;
}
.AnyTagClassName
{
color: #92238A;
}
</style>
background-color css
<style>
a { background-color: #92238A; }
a { background-color: rgb(146,35,138); }
div.DivClassName
{
background-color: #92238A;
}
.BgClassName
{
background-color: #92238A;
}
</style>
border-color css
<style>
span { border-color: #92238A; }
span { border-color: rgb(146,35,138); }
td.TdClassName
{
border-color: #92238A;
}
.TagClassName
{
border-color: #92238A;
}
</style>