Shades of Dark Violet #9702BD
Tints of Dark Violet #9702BD
RGB
CMYK
RGB Variations
Color information
#9702BD (or 0x9702BD) is known color: Dark Violet. HEX triplet: 97, 02 and BD. RGB value is (151,2,189). Sum of RGB (Red+Green+Blue) = 151+2+189=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #9702BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9702BD is #68FD42. Grayscale: #434343. Windows color (decimal): -6880579 or 12386967. OLE color: 12386967.
HSL color Cylindrical-coordinate representation of color #9702BD: hue angle of 287.81º 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 #9702BD is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 2 | 189 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.26 |
| HSL | 287.81º | 0.98% | 0.37% | - |
| HSV(B) | 287.81º | 0.99% | 0.74% | - |
| XYZ | 21.97 | 10.3 | 48.97 | - |
| YUV | 67.87 | 196.36 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 189 | 0.20 | 0.99 | 0 | 0.26 | 287.81 | 0.98 | 0.37 |
| Hex | 97 | 2 | BD | 14 | 63 | 0 | 1A | 120 | 62 | 25 |
| Octal | 227 | 2 | 275 | 24 | 143 | 0 | 32 | 440 | 142 | 45 |
| Binary | 10010111 | 10 | 10111101 | 10100 | 1100011 | 0 | 11010 | 100100000 | 1100010 | 100101 |
Color Harmonies of #9702BD
Complementary color
Monochromatic Colors of #9702BD
Black with #9702BD
Text Example
Text Example
White with #9702BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9702BD; }
p { color: rgb(151,2,189); }
H1.HeaderClassName
{
color: #9702BD;
}
.AnyTagClassName
{
color: #9702BD;
}
</style>
background-color css
<style>
a { background-color: #9702BD; }
a { background-color: rgb(151,2,189); }
div.DivClassName
{
background-color: #9702BD;
}
.BgClassName
{
background-color: #9702BD;
}
</style>
border-color css
<style>
span { border-color: #9702BD; }
span { border-color: rgb(151,2,189); }
td.TdClassName
{
border-color: #9702BD;
}
.TagClassName
{
border-color: #9702BD;
}
</style>