Shades of Dark Purple #983075
Tints of Dark Purple #983075
RGB
CMYK
RGB Variations
Color information
#983075 (or 0x983075) is known color: Dark Purple. HEX triplet: 98, 30 and 75. RGB value is (152,48,117). Sum of RGB (Red+Green+Blue) = 152+48+117=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #983075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983075 is #67CF8A. Grayscale: #565656. Windows color (decimal): -6803339 or 7680152. OLE color: 7680152.
HSL color Cylindrical-coordinate representation of color #983075: hue angle of 320.19º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983075 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 117 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.40 |
| HSL | 320.19º | 0.52% | 0.39% | - |
| HSV(B) | 320.19º | 0.68% | 0.6% | - |
| XYZ | 17.22 | 10.07 | 17.87 | - |
| YUV | 86.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 117 | 0 | 0.68 | 0.23 | 0.40 | 320.19 | 0.52 | 0.39 |
| Hex | 98 | 30 | 75 | 0 | 44 | 17 | 28 | 140 | 34 | 27 |
| Octal | 230 | 60 | 165 | 0 | 104 | 27 | 50 | 500 | 64 | 47 |
| Binary | 10011000 | 110000 | 1110101 | 0 | 1000100 | 10111 | 101000 | 101000000 | 110100 | 100111 |
Color Harmonies of #983075
Complementary color
Monochromatic Colors of #983075
Black with #983075
Text Example
Text Example
White with #983075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983075; }
p { color: rgb(152,48,117); }
H1.HeaderClassName
{
color: #983075;
}
.AnyTagClassName
{
color: #983075;
}
</style>
background-color css
<style>
a { background-color: #983075; }
a { background-color: rgb(152,48,117); }
div.DivClassName
{
background-color: #983075;
}
.BgClassName
{
background-color: #983075;
}
</style>
border-color css
<style>
span { border-color: #983075; }
span { border-color: rgb(152,48,117); }
td.TdClassName
{
border-color: #983075;
}
.TagClassName
{
border-color: #983075;
}
</style>