Shades of Dark Violet #9705BC
Tints of Dark Violet #9705BC
RGB
CMYK
RGB Variations
Color information
#9705BC (or 0x9705BC) is known color: Dark Violet. HEX triplet: 97, 05 and BC. RGB value is (151,5,188). Sum of RGB (Red+Green+Blue) = 151+5+188=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #9705BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9705BC is #68FA43. Grayscale: #444444. Windows color (decimal): -6879812 or 12322199. OLE color: 12322199.
HSL color Cylindrical-coordinate representation of color #9705BC: hue angle of 287.87º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9705BC is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 5 | 188 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.26 |
| HSL | 287.87º | 0.95% | 0.38% | - |
| HSV(B) | 287.87º | 0.97% | 0.74% | - |
| XYZ | 21.89 | 10.32 | 48.41 | - |
| YUV | 69.52 | 194.87 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 188 | 0.20 | 0.97 | 0 | 0.26 | 287.87 | 0.95 | 0.38 |
| Hex | 97 | 5 | BC | 14 | 61 | 0 | 1A | 120 | 5F | 26 |
| Octal | 227 | 5 | 274 | 24 | 141 | 0 | 32 | 440 | 137 | 46 |
| Binary | 10010111 | 101 | 10111100 | 10100 | 1100001 | 0 | 11010 | 100100000 | 1011111 | 100110 |
Color Harmonies of #9705BC
Complementary color
Monochromatic Colors of #9705BC
Black with #9705BC
Text Example
Text Example
White with #9705BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9705BC; }
p { color: rgb(151,5,188); }
H1.HeaderClassName
{
color: #9705BC;
}
.AnyTagClassName
{
color: #9705BC;
}
</style>
background-color css
<style>
a { background-color: #9705BC; }
a { background-color: rgb(151,5,188); }
div.DivClassName
{
background-color: #9705BC;
}
.BgClassName
{
background-color: #9705BC;
}
</style>
border-color css
<style>
span { border-color: #9705BC; }
span { border-color: rgb(151,5,188); }
td.TdClassName
{
border-color: #9705BC;
}
.TagClassName
{
border-color: #9705BC;
}
</style>