Shades of Dark Violet #9803CE
Tints of Dark Violet #9803CE
RGB
CMYK
RGB Variations
Color information
#9803CE (or 0x9803CE) is known color: Dark Violet. HEX triplet: 98, 03 and CE. RGB value is (152,3,206). Sum of RGB (Red+Green+Blue) = 152+3+206=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #9803CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9803CE is #67FC31. Grayscale: #464646. Windows color (decimal): -6814770 or 13501336. OLE color: 13501336.
HSL color Cylindrical-coordinate representation of color #9803CE: hue angle of 284.04º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9803CE is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 3 | 206 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.19 |
| HSL | 284.04º | 0.97% | 0.41% | - |
| HSV(B) | 284.04º | 0.99% | 0.81% | - |
| XYZ | 24.12 | 11.2 | 59.28 | - |
| YUV | 70.69 | 204.36 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 206 | 0.26 | 0.99 | 0 | 0.19 | 284.04 | 0.97 | 0.41 |
| Hex | 98 | 3 | CE | 1A | 63 | 0 | 13 | 11C | 61 | 29 |
| Octal | 230 | 3 | 316 | 32 | 143 | 0 | 23 | 434 | 141 | 51 |
| Binary | 10011000 | 11 | 11001110 | 11010 | 1100011 | 0 | 10011 | 100011100 | 1100001 | 101001 |
Color Harmonies of #9803CE
Complementary color
Monochromatic Colors of #9803CE
Black with #9803CE
Text Example
Text Example
White with #9803CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9803CE; }
p { color: rgb(152,3,206); }
H1.HeaderClassName
{
color: #9803CE;
}
.AnyTagClassName
{
color: #9803CE;
}
</style>
background-color css
<style>
a { background-color: #9803CE; }
a { background-color: rgb(152,3,206); }
div.DivClassName
{
background-color: #9803CE;
}
.BgClassName
{
background-color: #9803CE;
}
</style>
border-color css
<style>
span { border-color: #9803CE; }
span { border-color: rgb(152,3,206); }
td.TdClassName
{
border-color: #9803CE;
}
.TagClassName
{
border-color: #9803CE;
}
</style>