Shades of Dark Purple #983074
Tints of Dark Purple #983074
RGB
CMYK
RGB Variations
Color information
#983074 (or 0x983074) is known color: Dark Purple. HEX triplet: 98, 30 and 74. RGB value is (152,48,116). Sum of RGB (Red+Green+Blue) = 152+48+116=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #983074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983074 is #67CF8B. Grayscale: #565656. Windows color (decimal): -6803340 or 7614616. OLE color: 7614616.
HSL color Cylindrical-coordinate representation of color #983074: hue angle of 320.77º 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 #983074 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 116 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.40 |
| HSL | 320.77º | 0.52% | 0.39% | - |
| HSV(B) | 320.77º | 0.68% | 0.6% | - |
| XYZ | 17.16 | 10.05 | 17.56 | - |
| YUV | 86.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 116 | 0 | 0.68 | 0.24 | 0.40 | 320.77 | 0.52 | 0.39 |
| Hex | 98 | 30 | 74 | 0 | 44 | 18 | 28 | 141 | 34 | 27 |
| Octal | 230 | 60 | 164 | 0 | 104 | 30 | 50 | 501 | 64 | 47 |
| Binary | 10011000 | 110000 | 1110100 | 0 | 1000100 | 11000 | 101000 | 101000001 | 110100 | 100111 |
Color Harmonies of #983074
Complementary color
Monochromatic Colors of #983074
Black with #983074
Text Example
Text Example
White with #983074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983074; }
p { color: rgb(152,48,116); }
H1.HeaderClassName
{
color: #983074;
}
.AnyTagClassName
{
color: #983074;
}
</style>
background-color css
<style>
a { background-color: #983074; }
a { background-color: rgb(152,48,116); }
div.DivClassName
{
background-color: #983074;
}
.BgClassName
{
background-color: #983074;
}
</style>
border-color css
<style>
span { border-color: #983074; }
span { border-color: rgb(152,48,116); }
td.TdClassName
{
border-color: #983074;
}
.TagClassName
{
border-color: #983074;
}
</style>