Shades of Dark Violet #9802C6
Tints of Dark Violet #9802C6
RGB
CMYK
RGB Variations
Color information
#9802C6 (or 0x9802C6) is known color: Dark Violet. HEX triplet: 98, 02 and C6. RGB value is (152,2,198). Sum of RGB (Red+Green+Blue) = 152+2+198=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 198 (77.73% from 255 or 56.25% from 352); Max value from RGB is 198 - color contains mainly: blue. Hex color #9802C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802C6 is #67FD39. Grayscale: #444444. Windows color (decimal): -6815034 or 12976792. OLE color: 12976792.
HSL color Cylindrical-coordinate representation of color #9802C6: hue angle of 285.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9802C6 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 2 | 198 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.22 |
| HSL | 285.92º | 0.98% | 0.39% | - |
| HSV(B) | 285.92º | 0.99% | 0.78% | - |
| XYZ | 23.16 | 10.8 | 54.29 | - |
| YUV | 69.19 | 200.7 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 198 | 0.23 | 0.99 | 0 | 0.22 | 285.92 | 0.98 | 0.39 |
| Hex | 98 | 2 | C6 | 17 | 63 | 0 | 16 | 11E | 62 | 27 |
| Octal | 230 | 2 | 306 | 27 | 143 | 0 | 26 | 436 | 142 | 47 |
| Binary | 10011000 | 10 | 11000110 | 10111 | 1100011 | 0 | 10110 | 100011110 | 1100010 | 100111 |
Color Harmonies of #9802C6
Complementary color
Monochromatic Colors of #9802C6
Black with #9802C6
Text Example
Text Example
White with #9802C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802C6; }
p { color: rgb(152,2,198); }
H1.HeaderClassName
{
color: #9802C6;
}
.AnyTagClassName
{
color: #9802C6;
}
</style>
background-color css
<style>
a { background-color: #9802C6; }
a { background-color: rgb(152,2,198); }
div.DivClassName
{
background-color: #9802C6;
}
.BgClassName
{
background-color: #9802C6;
}
</style>
border-color css
<style>
span { border-color: #9802C6; }
span { border-color: rgb(152,2,198); }
td.TdClassName
{
border-color: #9802C6;
}
.TagClassName
{
border-color: #9802C6;
}
</style>