Shades of Dark Purple #983381
Tints of Dark Purple #983381
RGB
CMYK
RGB Variations
Color information
#983381 (or 0x983381) is known color: Dark Purple. HEX triplet: 98, 33 and 81. RGB value is (152,51,129). Sum of RGB (Red+Green+Blue) = 152+51+129=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #983381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983381 is #67CC7E. Grayscale: #595959. Windows color (decimal): -6802559 or 8467352. OLE color: 8467352.
HSL color Cylindrical-coordinate representation of color #983381: hue angle of 313.66º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983381 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 129 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.40 |
| HSL | 313.66º | 0.5% | 0.4% | - |
| HSV(B) | 313.66º | 0.66% | 0.6% | - |
| XYZ | 18.1 | 10.63 | 21.87 | - |
| YUV | 90.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 129 | 0 | 0.66 | 0.15 | 0.40 | 313.66 | 0.5 | 0.4 |
| Hex | 98 | 33 | 81 | 0 | 42 | F | 28 | 13A | 32 | 28 |
| Octal | 230 | 63 | 201 | 0 | 102 | 17 | 50 | 472 | 62 | 50 |
| Binary | 10011000 | 110011 | 10000001 | 0 | 1000010 | 1111 | 101000 | 100111010 | 110010 | 101000 |
Color Harmonies of #983381
Complementary color
Monochromatic Colors of #983381
Black with #983381
Text Example
Text Example
White with #983381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983381; }
p { color: rgb(152,51,129); }
H1.HeaderClassName
{
color: #983381;
}
.AnyTagClassName
{
color: #983381;
}
</style>
background-color css
<style>
a { background-color: #983381; }
a { background-color: rgb(152,51,129); }
div.DivClassName
{
background-color: #983381;
}
.BgClassName
{
background-color: #983381;
}
</style>
border-color css
<style>
span { border-color: #983381; }
span { border-color: rgb(152,51,129); }
td.TdClassName
{
border-color: #983381;
}
.TagClassName
{
border-color: #983381;
}
</style>