Shades of Dark Violet #9702DD
Tints of Dark Violet #9702DD
RGB
CMYK
RGB Variations
Color information
#9702DD (or 0x9702DD) is known color: Dark Violet. HEX triplet: 97, 02 and DD. RGB value is (151,2,221). Sum of RGB (Red+Green+Blue) = 151+2+221=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #9702DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9702DD is #68FD22. Grayscale: #464646. Windows color (decimal): -6880547 or 14484119. OLE color: 14484119.
HSL color Cylindrical-coordinate representation of color #9702DD: hue angle of 280.82º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9702DD is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 2 | 221 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.13 |
| HSL | 280.82º | 0.98% | 0.44% | - |
| HSV(B) | 280.82º | 0.99% | 0.87% | - |
| XYZ | 25.84 | 11.84 | 69.33 | - |
| YUV | 71.52 | 212.36 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 221 | 0.32 | 0.99 | 0 | 0.13 | 280.82 | 0.98 | 0.44 |
| Hex | 97 | 2 | DD | 20 | 63 | 0 | D | 119 | 62 | 2C |
| Octal | 227 | 2 | 335 | 40 | 143 | 0 | 15 | 431 | 142 | 54 |
| Binary | 10010111 | 10 | 11011101 | 100000 | 1100011 | 0 | 1101 | 100011001 | 1100010 | 101100 |
Color Harmonies of #9702DD
Complementary color
Monochromatic Colors of #9702DD
Black with #9702DD
Text Example
Text Example
White with #9702DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9702DD; }
p { color: rgb(151,2,221); }
H1.HeaderClassName
{
color: #9702DD;
}
.AnyTagClassName
{
color: #9702DD;
}
</style>
background-color css
<style>
a { background-color: #9702DD; }
a { background-color: rgb(151,2,221); }
div.DivClassName
{
background-color: #9702DD;
}
.BgClassName
{
background-color: #9702DD;
}
</style>
border-color css
<style>
span { border-color: #9702DD; }
span { border-color: rgb(151,2,221); }
td.TdClassName
{
border-color: #9702DD;
}
.TagClassName
{
border-color: #9702DD;
}
</style>