Shades of Dark Violet #9802CD
Tints of Dark Violet #9802CD
RGB
CMYK
RGB Variations
Color information
#9802CD (or 0x9802CD) is known color: Dark Violet. HEX triplet: 98, 02 and CD. RGB value is (152,2,205). Sum of RGB (Red+Green+Blue) = 152+2+205=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #9802CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802CD is #67FD32. Grayscale: #454545. Windows color (decimal): -6815027 or 13435544. OLE color: 13435544.
HSL color Cylindrical-coordinate representation of color #9802CD: hue angle of 284.33º degrees, saturation: 0.98, 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 #9802CD is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 2 | 205 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.20 |
| HSL | 284.34º | 0.98% | 0.41% | - |
| HSV(B) | 284.34º | 0.99% | 0.8% | - |
| XYZ | 23.99 | 11.13 | 58.64 | - |
| YUV | 69.99 | 204.2 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 205 | 0.26 | 0.99 | 0 | 0.20 | 284.34 | 0.98 | 0.41 |
| Hex | 98 | 2 | CD | 1A | 63 | 0 | 14 | 11C | 62 | 29 |
| Octal | 230 | 2 | 315 | 32 | 143 | 0 | 24 | 434 | 142 | 51 |
| Binary | 10011000 | 10 | 11001101 | 11010 | 1100011 | 0 | 10100 | 100011100 | 1100010 | 101001 |
Color Harmonies of #9802CD
Complementary color
Monochromatic Colors of #9802CD
Black with #9802CD
Text Example
Text Example
White with #9802CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802CD; }
p { color: rgb(152,2,205); }
H1.HeaderClassName
{
color: #9802CD;
}
.AnyTagClassName
{
color: #9802CD;
}
</style>
background-color css
<style>
a { background-color: #9802CD; }
a { background-color: rgb(152,2,205); }
div.DivClassName
{
background-color: #9802CD;
}
.BgClassName
{
background-color: #9802CD;
}
</style>
border-color css
<style>
span { border-color: #9802CD; }
span { border-color: rgb(152,2,205); }
td.TdClassName
{
border-color: #9802CD;
}
.TagClassName
{
border-color: #9802CD;
}
</style>