Shades of Dark Violet #9803C6
Tints of Dark Violet #9803C6
RGB
CMYK
RGB Variations
Color information
#9803C6 (or 0x9803C6) is known color: Dark Violet. HEX triplet: 98, 03 and C6. RGB value is (152,3,198). Sum of RGB (Red+Green+Blue) = 152+3+198=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #9803C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9803C6 is #67FC39. Grayscale: #454545. Windows color (decimal): -6814778 or 12977048. OLE color: 12977048.
HSL color Cylindrical-coordinate representation of color #9803C6: hue angle of 285.85º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9803C6 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 3 | 198 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.22 |
| HSL | 285.85º | 0.97% | 0.39% | - |
| HSV(B) | 285.85º | 0.98% | 0.78% | - |
| XYZ | 23.17 | 10.82 | 54.29 | - |
| YUV | 69.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 198 | 0.23 | 0.98 | 0 | 0.22 | 285.85 | 0.97 | 0.39 |
| Hex | 98 | 3 | C6 | 17 | 62 | 0 | 16 | 11E | 61 | 27 |
| Octal | 230 | 3 | 306 | 27 | 142 | 0 | 26 | 436 | 141 | 47 |
| Binary | 10011000 | 11 | 11000110 | 10111 | 1100010 | 0 | 10110 | 100011110 | 1100001 | 100111 |
Color Harmonies of #9803C6
Complementary color
Monochromatic Colors of #9803C6
Black with #9803C6
Text Example
Text Example
White with #9803C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9803C6; }
p { color: rgb(152,3,198); }
H1.HeaderClassName
{
color: #9803C6;
}
.AnyTagClassName
{
color: #9803C6;
}
</style>
background-color css
<style>
a { background-color: #9803C6; }
a { background-color: rgb(152,3,198); }
div.DivClassName
{
background-color: #9803C6;
}
.BgClassName
{
background-color: #9803C6;
}
</style>
border-color css
<style>
span { border-color: #9803C6; }
span { border-color: rgb(152,3,198); }
td.TdClassName
{
border-color: #9803C6;
}
.TagClassName
{
border-color: #9803C6;
}
</style>