Shades of Dark Purple #92256C
Tints of Dark Purple #92256C
RGB
CMYK
RGB Variations
Color information
#92256C (or 0x92256C) is known color: Dark Purple. HEX triplet: 92, 25 and 6C. RGB value is (146,37,108). Sum of RGB (Red+Green+Blue) = 146+37+108=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #92256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92256C is #6DDA93. Grayscale: #4D4D4D. Windows color (decimal): -7199380 or 7087506. OLE color: 7087506.
HSL color Cylindrical-coordinate representation of color #92256C: hue angle of 320.92º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92256C is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 108 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.43 |
| HSL | 320.92º | 0.6% | 0.36% | - |
| HSV(B) | 320.92º | 0.75% | 0.57% | - |
| XYZ | 15.22 | 8.52 | 15.03 | - |
| YUV | 77.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 108 | 0 | 0.75 | 0.26 | 0.43 | 320.92 | 0.6 | 0.36 |
| Hex | 92 | 25 | 6C | 0 | 4B | 1A | 2B | 141 | 3C | 24 |
| Octal | 222 | 45 | 154 | 0 | 113 | 32 | 53 | 501 | 74 | 44 |
| Binary | 10010010 | 100101 | 1101100 | 0 | 1001011 | 11010 | 101011 | 101000001 | 111100 | 100100 |
Color Harmonies of #92256C
Complementary color
Monochromatic Colors of #92256C
Black with #92256C
Text Example
Text Example
White with #92256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92256C; }
p { color: rgb(146,37,108); }
H1.HeaderClassName
{
color: #92256C;
}
.AnyTagClassName
{
color: #92256C;
}
</style>
background-color css
<style>
a { background-color: #92256C; }
a { background-color: rgb(146,37,108); }
div.DivClassName
{
background-color: #92256C;
}
.BgClassName
{
background-color: #92256C;
}
</style>
border-color css
<style>
span { border-color: #92256C; }
span { border-color: rgb(146,37,108); }
td.TdClassName
{
border-color: #92256C;
}
.TagClassName
{
border-color: #92256C;
}
</style>