Shades of Dark Purple #932488
Tints of Dark Purple #932488
RGB
CMYK
RGB Variations
Color information
#932488 (or 0x932488) is known color: Dark Purple. HEX triplet: 93, 24 and 88. RGB value is (147,36,136). Sum of RGB (Red+Green+Blue) = 147+36+136=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #932488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932488 is #6CDB77. Grayscale: #505050. Windows color (decimal): -7134072 or 8922259. OLE color: 8922259.
HSL color Cylindrical-coordinate representation of color #932488: hue angle of 305.95º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #932488 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 36 | 136 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.42 |
| HSL | 305.95º | 0.61% | 0.36% | - |
| HSV(B) | 305.95º | 0.76% | 0.58% | - |
| XYZ | 17.11 | 9.24 | 24.17 | - |
| YUV | 80.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 136 | 0 | 0.76 | 0.07 | 0.42 | 305.95 | 0.61 | 0.36 |
| Hex | 93 | 24 | 88 | 0 | 4C | 7 | 2A | 132 | 3D | 24 |
| Octal | 223 | 44 | 210 | 0 | 114 | 7 | 52 | 462 | 75 | 44 |
| Binary | 10010011 | 100100 | 10001000 | 0 | 1001100 | 111 | 101010 | 100110010 | 111101 | 100100 |
Color Harmonies of #932488
Complementary color
Monochromatic Colors of #932488
Black with #932488
Text Example
Text Example
White with #932488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932488; }
p { color: rgb(147,36,136); }
H1.HeaderClassName
{
color: #932488;
}
.AnyTagClassName
{
color: #932488;
}
</style>
background-color css
<style>
a { background-color: #932488; }
a { background-color: rgb(147,36,136); }
div.DivClassName
{
background-color: #932488;
}
.BgClassName
{
background-color: #932488;
}
</style>
border-color css
<style>
span { border-color: #932488; }
span { border-color: rgb(147,36,136); }
td.TdClassName
{
border-color: #932488;
}
.TagClassName
{
border-color: #932488;
}
</style>