Shades of Dark Violet #9705DB
Tints of Dark Violet #9705DB
RGB
CMYK
RGB Variations
Color information
#9705DB (or 0x9705DB) is known color: Dark Violet. HEX triplet: 97, 05 and DB. RGB value is (151,5,219). Sum of RGB (Red+Green+Blue) = 151+5+219=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #9705DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705DB is #68FA24. Grayscale: #484848. Windows color (decimal): -6879781 or 14353815. OLE color: 14353815.
HSL color Cylindrical-coordinate representation of color #9705DB: hue angle of 280.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9705DB is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 5 | 219 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.14 |
| HSL | 280.93º | 0.96% | 0.44% | - |
| HSV(B) | 280.93º | 0.98% | 0.86% | - |
| XYZ | 25.6 | 11.8 | 67.95 | - |
| YUV | 73.05 | 210.37 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 219 | 0.31 | 0.98 | 0 | 0.14 | 280.93 | 0.96 | 0.44 |
| Hex | 97 | 5 | DB | 1F | 62 | 0 | E | 119 | 60 | 2C |
| Octal | 227 | 5 | 333 | 37 | 142 | 0 | 16 | 431 | 140 | 54 |
| Binary | 10010111 | 101 | 11011011 | 11111 | 1100010 | 0 | 1110 | 100011001 | 1100000 | 101100 |
Color Harmonies of #9705DB
Complementary color
Monochromatic Colors of #9705DB
Black with #9705DB
Text Example
Text Example
White with #9705DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9705DB; }
p { color: rgb(151,5,219); }
H1.HeaderClassName
{
color: #9705DB;
}
.AnyTagClassName
{
color: #9705DB;
}
</style>
background-color css
<style>
a { background-color: #9705DB; }
a { background-color: rgb(151,5,219); }
div.DivClassName
{
background-color: #9705DB;
}
.BgClassName
{
background-color: #9705DB;
}
</style>
border-color css
<style>
span { border-color: #9705DB; }
span { border-color: rgb(151,5,219); }
td.TdClassName
{
border-color: #9705DB;
}
.TagClassName
{
border-color: #9705DB;
}
</style>