Shades of Dark Purple #983288
Tints of Dark Purple #983288
RGB
CMYK
RGB Variations
Color information
#983288 (or 0x983288) is known color: Dark Purple. HEX triplet: 98, 32 and 88. RGB value is (152,50,136). Sum of RGB (Red+Green+Blue) = 152+50+136=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #983288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983288 is #67CD77. Grayscale: #5A5A5A. Windows color (decimal): -6802808 or 8925848. OLE color: 8925848.
HSL color Cylindrical-coordinate representation of color #983288: hue angle of 309.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983288 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 136 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.40 |
| HSL | 309.41º | 0.5% | 0.4% | - |
| HSV(B) | 309.41º | 0.67% | 0.6% | - |
| XYZ | 18.53 | 10.73 | 24.39 | - |
| YUV | 90.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 136 | 0 | 0.67 | 0.11 | 0.40 | 309.41 | 0.5 | 0.4 |
| Hex | 98 | 32 | 88 | 0 | 43 | B | 28 | 135 | 32 | 28 |
| Octal | 230 | 62 | 210 | 0 | 103 | 13 | 50 | 465 | 62 | 50 |
| Binary | 10011000 | 110010 | 10001000 | 0 | 1000011 | 1011 | 101000 | 100110101 | 110010 | 101000 |
Color Harmonies of #983288
Complementary color
Monochromatic Colors of #983288
Black with #983288
Text Example
Text Example
White with #983288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983288; }
p { color: rgb(152,50,136); }
H1.HeaderClassName
{
color: #983288;
}
.AnyTagClassName
{
color: #983288;
}
</style>
background-color css
<style>
a { background-color: #983288; }
a { background-color: rgb(152,50,136); }
div.DivClassName
{
background-color: #983288;
}
.BgClassName
{
background-color: #983288;
}
</style>
border-color css
<style>
span { border-color: #983288; }
span { border-color: rgb(152,50,136); }
td.TdClassName
{
border-color: #983288;
}
.TagClassName
{
border-color: #983288;
}
</style>