Shades of Dark Violet #9802CF
Tints of Dark Violet #9802CF
RGB
CMYK
RGB Variations
Color information
#9802CF (or 0x9802CF) is known color: Dark Violet. HEX triplet: 98, 02 and CF. RGB value is (152,2,207). Sum of RGB (Red+Green+Blue) = 152+2+207=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #9802CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802CF is #67FD30. Grayscale: #454545. Windows color (decimal): -6815025 or 13566616. OLE color: 13566616.
HSL color Cylindrical-coordinate representation of color #9802CF: hue angle of 283.9º degrees, saturation: 0.98, 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 #9802CF is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 2 | 207 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.19 |
| HSL | 283.9º | 0.98% | 0.41% | - |
| HSV(B) | 283.9º | 0.99% | 0.81% | - |
| XYZ | 24.23 | 11.22 | 59.92 | - |
| YUV | 70.22 | 205.2 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 207 | 0.27 | 0.99 | 0 | 0.19 | 283.9 | 0.98 | 0.41 |
| Hex | 98 | 2 | CF | 1B | 63 | 0 | 13 | 11C | 62 | 29 |
| Octal | 230 | 2 | 317 | 33 | 143 | 0 | 23 | 434 | 142 | 51 |
| Binary | 10011000 | 10 | 11001111 | 11011 | 1100011 | 0 | 10011 | 100011100 | 1100010 | 101001 |
Color Harmonies of #9802CF
Complementary color
Monochromatic Colors of #9802CF
Black with #9802CF
Text Example
Text Example
White with #9802CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802CF; }
p { color: rgb(152,2,207); }
H1.HeaderClassName
{
color: #9802CF;
}
.AnyTagClassName
{
color: #9802CF;
}
</style>
background-color css
<style>
a { background-color: #9802CF; }
a { background-color: rgb(152,2,207); }
div.DivClassName
{
background-color: #9802CF;
}
.BgClassName
{
background-color: #9802CF;
}
</style>
border-color css
<style>
span { border-color: #9802CF; }
span { border-color: rgb(152,2,207); }
td.TdClassName
{
border-color: #9802CF;
}
.TagClassName
{
border-color: #9802CF;
}
</style>