Shades of Dark Violet #9610BF
Tints of Dark Violet #9610BF
RGB
CMYK
RGB Variations
Color information
#9610BF (or 0x9610BF) is known color: Dark Violet. HEX triplet: 96, 10 and BF. RGB value is (150,16,191). Sum of RGB (Red+Green+Blue) = 150+16+191=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #9610BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610BF is #69EF40. Grayscale: #4B4B4B. Windows color (decimal): -6942529 or 12521622. OLE color: 12521622.
HSL color Cylindrical-coordinate representation of color #9610BF: hue angle of 285.94º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9610BF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 16 | 191 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.25 |
| HSL | 285.94º | 0.85% | 0.41% | - |
| HSV(B) | 285.94º | 0.92% | 0.75% | - |
| XYZ | 22.17 | 10.62 | 50.17 | - |
| YUV | 76.02 | 192.89 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 191 | 0.21 | 0.92 | 0 | 0.25 | 285.94 | 0.85 | 0.41 |
| Hex | 96 | 10 | BF | 15 | 5C | 0 | 19 | 11E | 55 | 29 |
| Octal | 226 | 20 | 277 | 25 | 134 | 0 | 31 | 436 | 125 | 51 |
| Binary | 10010110 | 10000 | 10111111 | 10101 | 1011100 | 0 | 11001 | 100011110 | 1010101 | 101001 |
Color Harmonies of #9610BF
Complementary color
Monochromatic Colors of #9610BF
Black with #9610BF
Text Example
Text Example
White with #9610BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9610BF; }
p { color: rgb(150,16,191); }
H1.HeaderClassName
{
color: #9610BF;
}
.AnyTagClassName
{
color: #9610BF;
}
</style>
background-color css
<style>
a { background-color: #9610BF; }
a { background-color: rgb(150,16,191); }
div.DivClassName
{
background-color: #9610BF;
}
.BgClassName
{
background-color: #9610BF;
}
</style>
border-color css
<style>
span { border-color: #9610BF; }
span { border-color: rgb(150,16,191); }
td.TdClassName
{
border-color: #9610BF;
}
.TagClassName
{
border-color: #9610BF;
}
</style>