Shades of Dark Violet #9707BF
Tints of Dark Violet #9707BF
RGB
CMYK
RGB Variations
Color information
#9707BF (or 0x9707BF) is known color: Dark Violet. HEX triplet: 97, 07 and BF. RGB value is (151,7,191). Sum of RGB (Red+Green+Blue) = 151+7+191=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #9707BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9707BF is #68F840. Grayscale: #464646. Windows color (decimal): -6879297 or 12519319. OLE color: 12519319.
HSL color Cylindrical-coordinate representation of color #9707BF: hue angle of 286.96º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9707BF is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 7 | 191 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.25 |
| HSL | 286.96º | 0.93% | 0.39% | - |
| HSV(B) | 286.96º | 0.96% | 0.75% | - |
| XYZ | 22.24 | 10.49 | 50.14 | - |
| YUV | 71.03 | 195.71 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 7 | 191 | 0.21 | 0.96 | 0 | 0.25 | 286.96 | 0.93 | 0.39 |
| Hex | 97 | 7 | BF | 15 | 60 | 0 | 19 | 11F | 5D | 27 |
| Octal | 227 | 7 | 277 | 25 | 140 | 0 | 31 | 437 | 135 | 47 |
| Binary | 10010111 | 111 | 10111111 | 10101 | 1100000 | 0 | 11001 | 100011111 | 1011101 | 100111 |
Color Harmonies of #9707BF
Complementary color
Monochromatic Colors of #9707BF
Black with #9707BF
Text Example
Text Example
White with #9707BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9707BF; }
p { color: rgb(151,7,191); }
H1.HeaderClassName
{
color: #9707BF;
}
.AnyTagClassName
{
color: #9707BF;
}
</style>
background-color css
<style>
a { background-color: #9707BF; }
a { background-color: rgb(151,7,191); }
div.DivClassName
{
background-color: #9707BF;
}
.BgClassName
{
background-color: #9707BF;
}
</style>
border-color css
<style>
span { border-color: #9707BF; }
span { border-color: rgb(151,7,191); }
td.TdClassName
{
border-color: #9707BF;
}
.TagClassName
{
border-color: #9707BF;
}
</style>