Shades of Dark Violet #9802BD
Tints of Dark Violet #9802BD
RGB
CMYK
RGB Variations
Color information
#9802BD (or 0x9802BD) is known color: Dark Violet. HEX triplet: 98, 02 and BD. RGB value is (152,2,189). Sum of RGB (Red+Green+Blue) = 152+2+189=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #9802BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802BD is #67FD42. Grayscale: #434343. Windows color (decimal): -6815043 or 12386968. OLE color: 12386968.
HSL color Cylindrical-coordinate representation of color #9802BD: hue angle of 288.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9802BD is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 2 | 189 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.26 |
| HSL | 288.13º | 0.98% | 0.37% | - |
| HSV(B) | 288.13º | 0.99% | 0.74% | - |
| XYZ | 22.16 | 10.39 | 48.98 | - |
| YUV | 68.17 | 196.2 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 189 | 0.20 | 0.99 | 0 | 0.26 | 288.13 | 0.98 | 0.37 |
| Hex | 98 | 2 | BD | 14 | 63 | 0 | 1A | 120 | 62 | 25 |
| Octal | 230 | 2 | 275 | 24 | 143 | 0 | 32 | 440 | 142 | 45 |
| Binary | 10011000 | 10 | 10111101 | 10100 | 1100011 | 0 | 11010 | 100100000 | 1100010 | 100101 |
Color Harmonies of #9802BD
Complementary color
Monochromatic Colors of #9802BD
Black with #9802BD
Text Example
Text Example
White with #9802BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9802BD; }
p { color: rgb(152,2,189); }
H1.HeaderClassName
{
color: #9802BD;
}
.AnyTagClassName
{
color: #9802BD;
}
</style>
background-color css
<style>
a { background-color: #9802BD; }
a { background-color: rgb(152,2,189); }
div.DivClassName
{
background-color: #9802BD;
}
.BgClassName
{
background-color: #9802BD;
}
</style>
border-color css
<style>
span { border-color: #9802BD; }
span { border-color: rgb(152,2,189); }
td.TdClassName
{
border-color: #9802BD;
}
.TagClassName
{
border-color: #9802BD;
}
</style>