Shades of Dark Purple #983272
Tints of Dark Purple #983272
RGB
CMYK
RGB Variations
Color information
#983272 (or 0x983272) is known color: Dark Purple. HEX triplet: 98, 32 and 72. RGB value is (152,50,114). Sum of RGB (Red+Green+Blue) = 152+50+114=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #983272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983272 is #67CD8D. Grayscale: #575757. Windows color (decimal): -6802830 or 7484056. OLE color: 7484056.
HSL color Cylindrical-coordinate representation of color #983272: hue angle of 322.35º 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 #983272 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 114 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.40 |
| HSL | 322.35º | 0.5% | 0.4% | - |
| HSV(B) | 322.35º | 0.67% | 0.6% | - |
| XYZ | 17.13 | 10.17 | 16.98 | - |
| YUV | 87.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 114 | 0 | 0.67 | 0.25 | 0.40 | 322.35 | 0.5 | 0.4 |
| Hex | 98 | 32 | 72 | 0 | 43 | 19 | 28 | 142 | 32 | 28 |
| Octal | 230 | 62 | 162 | 0 | 103 | 31 | 50 | 502 | 62 | 50 |
| Binary | 10011000 | 110010 | 1110010 | 0 | 1000011 | 11001 | 101000 | 101000010 | 110010 | 101000 |
Color Harmonies of #983272
Complementary color
Monochromatic Colors of #983272
Black with #983272
Text Example
Text Example
White with #983272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983272; }
p { color: rgb(152,50,114); }
H1.HeaderClassName
{
color: #983272;
}
.AnyTagClassName
{
color: #983272;
}
</style>
background-color css
<style>
a { background-color: #983272; }
a { background-color: rgb(152,50,114); }
div.DivClassName
{
background-color: #983272;
}
.BgClassName
{
background-color: #983272;
}
</style>
border-color css
<style>
span { border-color: #983272; }
span { border-color: rgb(152,50,114); }
td.TdClassName
{
border-color: #983272;
}
.TagClassName
{
border-color: #983272;
}
</style>