Shades of Dark Violet #9710BC
Tints of Dark Violet #9710BC
RGB
CMYK
RGB Variations
Color information
#9710BC (or 0x9710BC) is known color: Dark Violet. HEX triplet: 97, 10 and BC. RGB value is (151,16,188). Sum of RGB (Red+Green+Blue) = 151+16+188=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #9710BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710BC is #68EF43. Grayscale: #4B4B4B. Windows color (decimal): -6876996 or 12325015. OLE color: 12325015.
HSL color Cylindrical-coordinate representation of color #9710BC: hue angle of 287.09º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9710BC is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 16 | 188 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.26 |
| HSL | 287.09º | 0.84% | 0.4% | - |
| HSV(B) | 287.09º | 0.91% | 0.74% | - |
| XYZ | 22.02 | 10.58 | 48.46 | - |
| YUV | 75.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 188 | 0.20 | 0.91 | 0 | 0.26 | 287.09 | 0.84 | 0.4 |
| Hex | 97 | 10 | BC | 14 | 5B | 0 | 1A | 11F | 54 | 28 |
| Octal | 227 | 20 | 274 | 24 | 133 | 0 | 32 | 437 | 124 | 50 |
| Binary | 10010111 | 10000 | 10111100 | 10100 | 1011011 | 0 | 11010 | 100011111 | 1010100 | 101000 |
Color Harmonies of #9710BC
Complementary color
Monochromatic Colors of #9710BC
Black with #9710BC
Text Example
Text Example
White with #9710BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9710BC; }
p { color: rgb(151,16,188); }
H1.HeaderClassName
{
color: #9710BC;
}
.AnyTagClassName
{
color: #9710BC;
}
</style>
background-color css
<style>
a { background-color: #9710BC; }
a { background-color: rgb(151,16,188); }
div.DivClassName
{
background-color: #9710BC;
}
.BgClassName
{
background-color: #9710BC;
}
</style>
border-color css
<style>
span { border-color: #9710BC; }
span { border-color: rgb(151,16,188); }
td.TdClassName
{
border-color: #9710BC;
}
.TagClassName
{
border-color: #9710BC;
}
</style>