Shades of Dark Purple #922888
Tints of Dark Purple #922888
RGB
CMYK
RGB Variations
Color information
#922888 (or 0x922888) is known color: Dark Purple. HEX triplet: 92, 28 and 88. RGB value is (146,40,136). Sum of RGB (Red+Green+Blue) = 146+40+136=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #922888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922888 is #6DD777. Grayscale: #525252. Windows color (decimal): -7198584 or 8923282. OLE color: 8923282.
HSL color Cylindrical-coordinate representation of color #922888: hue angle of 305.66º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #922888 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 40 | 136 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.43 |
| HSL | 305.66º | 0.57% | 0.36% | - |
| HSV(B) | 305.66º | 0.73% | 0.57% | - |
| XYZ | 17.06 | 9.41 | 24.21 | - |
| YUV | 82.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 40 | 136 | 0 | 0.73 | 0.07 | 0.43 | 305.66 | 0.57 | 0.36 |
| Hex | 92 | 28 | 88 | 0 | 49 | 7 | 2B | 132 | 39 | 24 |
| Octal | 222 | 50 | 210 | 0 | 111 | 7 | 53 | 462 | 71 | 44 |
| Binary | 10010010 | 101000 | 10001000 | 0 | 1001001 | 111 | 101011 | 100110010 | 111001 | 100100 |
Color Harmonies of #922888
Complementary color
Monochromatic Colors of #922888
Black with #922888
Text Example
Text Example
White with #922888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922888; }
p { color: rgb(146,40,136); }
H1.HeaderClassName
{
color: #922888;
}
.AnyTagClassName
{
color: #922888;
}
</style>
background-color css
<style>
a { background-color: #922888; }
a { background-color: rgb(146,40,136); }
div.DivClassName
{
background-color: #922888;
}
.BgClassName
{
background-color: #922888;
}
</style>
border-color css
<style>
span { border-color: #922888; }
span { border-color: rgb(146,40,136); }
td.TdClassName
{
border-color: #922888;
}
.TagClassName
{
border-color: #922888;
}
</style>