Shades of Dark Purple #982294
Tints of Dark Purple #982294
RGB
CMYK
RGB Variations
Color information
#982294 (or 0x982294) is known color: Dark Purple. HEX triplet: 98, 22 and 94. RGB value is (152,34,148). Sum of RGB (Red+Green+Blue) = 152+34+148=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #982294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982294 is #67DD6B. Grayscale: #515151. Windows color (decimal): -6806892 or 9708184. OLE color: 9708184.
HSL color Cylindrical-coordinate representation of color #982294: hue angle of 302.03º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982294 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 148 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.40 |
| HSL | 302.03º | 0.63% | 0.36% | - |
| HSV(B) | 302.03º | 0.78% | 0.6% | - |
| XYZ | 18.87 | 9.96 | 28.94 | - |
| YUV | 82.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 148 | 0 | 0.78 | 0.03 | 0.40 | 302.03 | 0.63 | 0.36 |
| Hex | 98 | 22 | 94 | 0 | 4E | 3 | 28 | 12E | 3F | 24 |
| Octal | 230 | 42 | 224 | 0 | 116 | 3 | 50 | 456 | 77 | 44 |
| Binary | 10011000 | 100010 | 10010100 | 0 | 1001110 | 11 | 101000 | 100101110 | 111111 | 100100 |
Color Harmonies of #982294
Complementary color
Monochromatic Colors of #982294
Black with #982294
Text Example
Text Example
White with #982294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982294; }
p { color: rgb(152,34,148); }
H1.HeaderClassName
{
color: #982294;
}
.AnyTagClassName
{
color: #982294;
}
</style>
background-color css
<style>
a { background-color: #982294; }
a { background-color: rgb(152,34,148); }
div.DivClassName
{
background-color: #982294;
}
.BgClassName
{
background-color: #982294;
}
</style>
border-color css
<style>
span { border-color: #982294; }
span { border-color: rgb(152,34,148); }
td.TdClassName
{
border-color: #982294;
}
.TagClassName
{
border-color: #982294;
}
</style>