Shades of Dark Violet #9802D5
Tints of Dark Violet #9802D5
RGB
CMYK
RGB Variations
Color information
#9802D5 (or 0x9802D5) is known color: Dark Violet. HEX triplet: 98, 02 and D5. RGB value is (152,2,213). Sum of RGB (Red+Green+Blue) = 152+2+213=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 213 (83.59% from 255 or 58.04% from 367); Max value from RGB is 213 - color contains mainly: blue. Hex color #9802D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802D5 is #67FD2A. Grayscale: #464646. Windows color (decimal): -6815019 or 13959832. OLE color: 13959832.
HSL color Cylindrical-coordinate representation of color #9802D5: hue angle of 282.65º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9802D5 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 2 | 213 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.16 |
| HSL | 282.65º | 0.98% | 0.42% | - |
| HSV(B) | 282.65º | 0.99% | 0.84% | - |
| XYZ | 24.98 | 11.52 | 63.86 | - |
| YUV | 70.9 | 208.2 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 213 | 0.29 | 0.99 | 0 | 0.16 | 282.65 | 0.98 | 0.42 |
| Hex | 98 | 2 | D5 | 1D | 63 | 0 | 10 | 11B | 62 | 2A |
| Octal | 230 | 2 | 325 | 35 | 143 | 0 | 20 | 433 | 142 | 52 |
| Binary | 10011000 | 10 | 11010101 | 11101 | 1100011 | 0 | 10000 | 100011011 | 1100010 | 101010 |
Color Harmonies of #9802D5
Complementary color
Monochromatic Colors of #9802D5
Black with #9802D5
Text Example
Text Example
White with #9802D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802D5; }
p { color: rgb(152,2,213); }
H1.HeaderClassName
{
color: #9802D5;
}
.AnyTagClassName
{
color: #9802D5;
}
</style>
background-color css
<style>
a { background-color: #9802D5; }
a { background-color: rgb(152,2,213); }
div.DivClassName
{
background-color: #9802D5;
}
.BgClassName
{
background-color: #9802D5;
}
</style>
border-color css
<style>
span { border-color: #9802D5; }
span { border-color: rgb(152,2,213); }
td.TdClassName
{
border-color: #9802D5;
}
.TagClassName
{
border-color: #9802D5;
}
</style>