Shades of Dark Purple #932288
Tints of Dark Purple #932288
RGB
CMYK
RGB Variations
Color information
#932288 (or 0x932288) is known color: Dark Purple. HEX triplet: 93, 22 and 88. RGB value is (147,34,136). Sum of RGB (Red+Green+Blue) = 147+34+136=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #932288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932288 is #6CDD77. Grayscale: #4F4F4F. Windows color (decimal): -7134584 or 8921747. OLE color: 8921747.
HSL color Cylindrical-coordinate representation of color #932288: hue angle of 305.84º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932288 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 136 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.42 |
| HSL | 305.84º | 0.62% | 0.35% | - |
| HSV(B) | 305.84º | 0.77% | 0.58% | - |
| XYZ | 17.05 | 9.12 | 24.16 | - |
| YUV | 79.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 136 | 0 | 0.77 | 0.07 | 0.42 | 305.84 | 0.62 | 0.35 |
| Hex | 93 | 22 | 88 | 0 | 4D | 7 | 2A | 132 | 3E | 23 |
| Octal | 223 | 42 | 210 | 0 | 115 | 7 | 52 | 462 | 76 | 43 |
| Binary | 10010011 | 100010 | 10001000 | 0 | 1001101 | 111 | 101010 | 100110010 | 111110 | 100011 |
Color Harmonies of #932288
Complementary color
Monochromatic Colors of #932288
Black with #932288
Text Example
Text Example
White with #932288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932288; }
p { color: rgb(147,34,136); }
H1.HeaderClassName
{
color: #932288;
}
.AnyTagClassName
{
color: #932288;
}
</style>
background-color css
<style>
a { background-color: #932288; }
a { background-color: rgb(147,34,136); }
div.DivClassName
{
background-color: #932288;
}
.BgClassName
{
background-color: #932288;
}
</style>
border-color css
<style>
span { border-color: #932288; }
span { border-color: rgb(147,34,136); }
td.TdClassName
{
border-color: #932288;
}
.TagClassName
{
border-color: #932288;
}
</style>