Shades of Dark Violet #9600BF
Tints of Dark Violet #9600BF
RGB
CMYK
RGB Variations
Color information
#9600BF (or 0x9600BF) is known color: Dark Violet. HEX triplet: 96, 00 and BF. RGB value is (150,0,191). Sum of RGB (Red+Green+Blue) = 150+0+191=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #9600BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600BF is #69FF40. Grayscale: #424242. Windows color (decimal): -6946625 or 12517526. OLE color: 12517526.
HSL color Cylindrical-coordinate representation of color #9600BF: hue angle of 287.12º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600BF is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 0 | 191 | - |
| CMYK | 0.21 | 1 | 0 | 0.25 |
| HSL | 287.12º | 1% | 0.37% | - |
| HSV(B) | 287.12º | 1% | 0.75% | - |
| XYZ | 21.98 | 10.25 | 50.11 | - |
| YUV | 66.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 191 | 0.21 | 1 | 0 | 0.25 | 287.12 | 1 | 0.37 |
| Hex | 96 | 0 | BF | 15 | 64 | 0 | 19 | 11F | 64 | 25 |
| Octal | 226 | 0 | 277 | 25 | 144 | 0 | 31 | 437 | 144 | 45 |
| Binary | 10010110 | 0 | 10111111 | 10101 | 1100100 | 0 | 11001 | 100011111 | 1100100 | 100101 |
Color Harmonies of #9600BF
Complementary color
Monochromatic Colors of #9600BF
Black with #9600BF
Text Example
Text Example
White with #9600BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600BF; }
p { color: rgb(150,0,191); }
H1.HeaderClassName
{
color: #9600BF;
}
.AnyTagClassName
{
color: #9600BF;
}
</style>
background-color css
<style>
a { background-color: #9600BF; }
a { background-color: rgb(150,0,191); }
div.DivClassName
{
background-color: #9600BF;
}
.BgClassName
{
background-color: #9600BF;
}
</style>
border-color css
<style>
span { border-color: #9600BF; }
span { border-color: rgb(150,0,191); }
td.TdClassName
{
border-color: #9600BF;
}
.TagClassName
{
border-color: #9600BF;
}
</style>