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