Shades of Dark Purple #983276
Tints of Dark Purple #983276
RGB
CMYK
RGB Variations
Color information
#983276 (or 0x983276) is known color: Dark Purple. HEX triplet: 98, 32 and 76. RGB value is (152,50,118). Sum of RGB (Red+Green+Blue) = 152+50+118=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #983276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983276 is #67CD89. Grayscale: #585858. Windows color (decimal): -6802826 or 7746200. OLE color: 7746200.
HSL color Cylindrical-coordinate representation of color #983276: hue angle of 320º 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 #983276 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 118 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.40 |
| HSL | 320º | 0.5% | 0.4% | - |
| HSV(B) | 320º | 0.67% | 0.6% | - |
| XYZ | 17.36 | 10.26 | 18.21 | - |
| YUV | 88.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 118 | 0 | 0.67 | 0.22 | 0.40 | 320 | 0.5 | 0.4 |
| Hex | 98 | 32 | 76 | 0 | 43 | 16 | 28 | 140 | 32 | 28 |
| Octal | 230 | 62 | 166 | 0 | 103 | 26 | 50 | 500 | 62 | 50 |
| Binary | 10011000 | 110010 | 1110110 | 0 | 1000011 | 10110 | 101000 | 101000000 | 110010 | 101000 |
Color Harmonies of #983276
Complementary color
Monochromatic Colors of #983276
Black with #983276
Text Example
Text Example
White with #983276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983276; }
p { color: rgb(152,50,118); }
H1.HeaderClassName
{
color: #983276;
}
.AnyTagClassName
{
color: #983276;
}
</style>
background-color css
<style>
a { background-color: #983276; }
a { background-color: rgb(152,50,118); }
div.DivClassName
{
background-color: #983276;
}
.BgClassName
{
background-color: #983276;
}
</style>
border-color css
<style>
span { border-color: #983276; }
span { border-color: rgb(152,50,118); }
td.TdClassName
{
border-color: #983276;
}
.TagClassName
{
border-color: #983276;
}
</style>