Shades of Dark Purple #982A8C
Tints of Dark Purple #982A8C
RGB
CMYK
RGB Variations
Color information
#982A8C (or 0x982A8C) is known color: Dark Purple. HEX triplet: 98, 2A and 8C. RGB value is (152,42,140). Sum of RGB (Red+Green+Blue) = 152+42+140=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #982A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982A8C is #67D573. Grayscale: #555555. Windows color (decimal): -6804852 or 9185944. OLE color: 9185944.
HSL color Cylindrical-coordinate representation of color #982A8C: hue angle of 306.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982A8C is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 42 | 140 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.40 |
| HSL | 306.55º | 0.57% | 0.38% | - |
| HSV(B) | 306.55º | 0.72% | 0.6% | - |
| XYZ | 18.51 | 10.22 | 25.81 | - |
| YUV | 86.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 140 | 0 | 0.72 | 0.08 | 0.40 | 306.55 | 0.57 | 0.38 |
| Hex | 98 | 2A | 8C | 0 | 48 | 8 | 28 | 133 | 39 | 26 |
| Octal | 230 | 52 | 214 | 0 | 110 | 10 | 50 | 463 | 71 | 46 |
| Binary | 10011000 | 101010 | 10001100 | 0 | 1001000 | 1000 | 101000 | 100110011 | 111001 | 100110 |
Color Harmonies of #982A8C
Complementary color
Monochromatic Colors of #982A8C
Black with #982A8C
Text Example
Text Example
White with #982A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982A8C; }
p { color: rgb(152,42,140); }
H1.HeaderClassName
{
color: #982A8C;
}
.AnyTagClassName
{
color: #982A8C;
}
</style>
background-color css
<style>
a { background-color: #982A8C; }
a { background-color: rgb(152,42,140); }
div.DivClassName
{
background-color: #982A8C;
}
.BgClassName
{
background-color: #982A8C;
}
</style>
border-color css
<style>
span { border-color: #982A8C; }
span { border-color: rgb(152,42,140); }
td.TdClassName
{
border-color: #982A8C;
}
.TagClassName
{
border-color: #982A8C;
}
</style>