Shades of Dark Purple #983574
Tints of Dark Purple #983574
RGB
CMYK
RGB Variations
Color information
#983574 (or 0x983574) is known color: Dark Purple. HEX triplet: 98, 35 and 74. RGB value is (152,53,116). Sum of RGB (Red+Green+Blue) = 152+53+116=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #983574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983574 is #67CA8B. Grayscale: #595959. Windows color (decimal): -6802060 or 7615896. OLE color: 7615896.
HSL color Cylindrical-coordinate representation of color #983574: hue angle of 321.82º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983574 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 116 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.40 |
| HSL | 321.82º | 0.48% | 0.4% | - |
| HSV(B) | 321.82º | 0.65% | 0.6% | - |
| XYZ | 17.37 | 10.48 | 17.63 | - |
| YUV | 89.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 116 | 0 | 0.65 | 0.24 | 0.40 | 321.82 | 0.48 | 0.4 |
| Hex | 98 | 35 | 74 | 0 | 41 | 18 | 28 | 142 | 30 | 28 |
| Octal | 230 | 65 | 164 | 0 | 101 | 30 | 50 | 502 | 60 | 50 |
| Binary | 10011000 | 110101 | 1110100 | 0 | 1000001 | 11000 | 101000 | 101000010 | 110000 | 101000 |
Color Harmonies of #983574
Complementary color
Monochromatic Colors of #983574
Black with #983574
Text Example
Text Example
White with #983574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983574; }
p { color: rgb(152,53,116); }
H1.HeaderClassName
{
color: #983574;
}
.AnyTagClassName
{
color: #983574;
}
</style>
background-color css
<style>
a { background-color: #983574; }
a { background-color: rgb(152,53,116); }
div.DivClassName
{
background-color: #983574;
}
.BgClassName
{
background-color: #983574;
}
</style>
border-color css
<style>
span { border-color: #983574; }
span { border-color: rgb(152,53,116); }
td.TdClassName
{
border-color: #983574;
}
.TagClassName
{
border-color: #983574;
}
</style>