Shades of Dark Violet #9803CC
Tints of Dark Violet #9803CC
RGB
CMYK
RGB Variations
Color information
#9803CC (or 0x9803CC) is known color: Dark Violet. HEX triplet: 98, 03 and CC. RGB value is (152,3,204). Sum of RGB (Red+Green+Blue) = 152+3+204=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #9803CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9803CC is #67FC33. Grayscale: #454545. Windows color (decimal): -6814772 or 13370264. OLE color: 13370264.
HSL color Cylindrical-coordinate representation of color #9803CC: hue angle of 284.48º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9803CC is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 3 | 204 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.2 |
| HSL | 284.48º | 0.97% | 0.41% | - |
| HSV(B) | 284.48º | 0.99% | 0.8% | - |
| XYZ | 23.88 | 11.1 | 58.01 | - |
| YUV | 70.47 | 203.36 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 204 | 0.25 | 0.99 | 0 | 0.2 | 284.48 | 0.97 | 0.41 |
| Hex | 98 | 3 | CC | 19 | 63 | 0 | 14 | 11C | 61 | 29 |
| Octal | 230 | 3 | 314 | 31 | 143 | 0 | 24 | 434 | 141 | 51 |
| Binary | 10011000 | 11 | 11001100 | 11001 | 1100011 | 0 | 10100 | 100011100 | 1100001 | 101001 |
Color Harmonies of #9803CC
Complementary color
Monochromatic Colors of #9803CC
Black with #9803CC
Text Example
Text Example
White with #9803CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9803CC; }
p { color: rgb(152,3,204); }
H1.HeaderClassName
{
color: #9803CC;
}
.AnyTagClassName
{
color: #9803CC;
}
</style>
background-color css
<style>
a { background-color: #9803CC; }
a { background-color: rgb(152,3,204); }
div.DivClassName
{
background-color: #9803CC;
}
.BgClassName
{
background-color: #9803CC;
}
</style>
border-color css
<style>
span { border-color: #9803CC; }
span { border-color: rgb(152,3,204); }
td.TdClassName
{
border-color: #9803CC;
}
.TagClassName
{
border-color: #9803CC;
}
</style>