Shades of Dark Violet #9800CA
Tints of Dark Violet #9800CA
RGB
CMYK
RGB Variations
Color information
#9800CA (or 0x9800CA) is known color: Dark Violet. HEX triplet: 98, 00 and CA. RGB value is (152,0,202). Sum of RGB (Red+Green+Blue) = 152+0+202=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #9800CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800CA is #67FF35. Grayscale: #434343. Windows color (decimal): -6815542 or 13238424. OLE color: 13238424.
HSL color Cylindrical-coordinate representation of color #9800CA: hue angle of 285.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800CA is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 0 | 202 | - |
| CMYK | 0.25 | 1 | 0 | 0.21 |
| HSL | 285.15º | 1% | 0.4% | - |
| HSV(B) | 285.15º | 1% | 0.79% | - |
| XYZ | 23.61 | 10.94 | 56.74 | - |
| YUV | 68.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 202 | 0.25 | 1 | 0 | 0.21 | 285.15 | 1 | 0.4 |
| Hex | 98 | 0 | CA | 19 | 64 | 0 | 15 | 11D | 64 | 28 |
| Octal | 230 | 0 | 312 | 31 | 144 | 0 | 25 | 435 | 144 | 50 |
| Binary | 10011000 | 0 | 11001010 | 11001 | 1100100 | 0 | 10101 | 100011101 | 1100100 | 101000 |
Color Harmonies of #9800CA
Complementary color
Monochromatic Colors of #9800CA
Black with #9800CA
Text Example
Text Example
White with #9800CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9800CA; }
p { color: rgb(152,0,202); }
H1.HeaderClassName
{
color: #9800CA;
}
.AnyTagClassName
{
color: #9800CA;
}
</style>
background-color css
<style>
a { background-color: #9800CA; }
a { background-color: rgb(152,0,202); }
div.DivClassName
{
background-color: #9800CA;
}
.BgClassName
{
background-color: #9800CA;
}
</style>
border-color css
<style>
span { border-color: #9800CA; }
span { border-color: rgb(152,0,202); }
td.TdClassName
{
border-color: #9800CA;
}
.TagClassName
{
border-color: #9800CA;
}
</style>