Shades of Dark Violet #9705DA
Tints of Dark Violet #9705DA
RGB
CMYK
RGB Variations
Color information
#9705DA (or 0x9705DA) is known color: Dark Violet. HEX triplet: 97, 05 and DA. RGB value is (151,5,218). Sum of RGB (Red+Green+Blue) = 151+5+218=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #9705DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705DA is #68FA25. Grayscale: #484848. Windows color (decimal): -6879782 or 14288279. OLE color: 14288279.
HSL color Cylindrical-coordinate representation of color #9705DA: hue angle of 281.13º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9705DA is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 5 | 218 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.15 |
| HSL | 281.13º | 0.96% | 0.44% | - |
| HSV(B) | 281.13º | 0.98% | 0.85% | - |
| XYZ | 25.47 | 11.75 | 67.26 | - |
| YUV | 72.94 | 209.87 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 218 | 0.31 | 0.98 | 0 | 0.15 | 281.13 | 0.96 | 0.44 |
| Hex | 97 | 5 | DA | 1F | 62 | 0 | F | 119 | 60 | 2C |
| Octal | 227 | 5 | 332 | 37 | 142 | 0 | 17 | 431 | 140 | 54 |
| Binary | 10010111 | 101 | 11011010 | 11111 | 1100010 | 0 | 1111 | 100011001 | 1100000 | 101100 |
Color Harmonies of #9705DA
Complementary color
Monochromatic Colors of #9705DA
Black with #9705DA
Text Example
Text Example
White with #9705DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9705DA; }
p { color: rgb(151,5,218); }
H1.HeaderClassName
{
color: #9705DA;
}
.AnyTagClassName
{
color: #9705DA;
}
</style>
background-color css
<style>
a { background-color: #9705DA; }
a { background-color: rgb(151,5,218); }
div.DivClassName
{
background-color: #9705DA;
}
.BgClassName
{
background-color: #9705DA;
}
</style>
border-color css
<style>
span { border-color: #9705DA; }
span { border-color: rgb(151,5,218); }
td.TdClassName
{
border-color: #9705DA;
}
.TagClassName
{
border-color: #9705DA;
}
</style>