Shades of Dark Violet #9607BC
Tints of Dark Violet #9607BC
RGB
CMYK
RGB Variations
Color information
#9607BC (or 0x9607BC) is known color: Dark Violet. HEX triplet: 96, 07 and BC. RGB value is (150,7,188). Sum of RGB (Red+Green+Blue) = 150+7+188=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #9607BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9607BC is #69F843. Grayscale: #454545. Windows color (decimal): -6944836 or 12322710. OLE color: 12322710.
HSL color Cylindrical-coordinate representation of color #9607BC: hue angle of 287.4º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9607BC is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 7 | 188 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.26 |
| HSL | 287.4º | 0.93% | 0.38% | - |
| HSV(B) | 287.4º | 0.96% | 0.74% | - |
| XYZ | 21.73 | 10.27 | 48.41 | - |
| YUV | 70.39 | 194.38 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 188 | 0.20 | 0.96 | 0 | 0.26 | 287.4 | 0.93 | 0.38 |
| Hex | 96 | 7 | BC | 14 | 60 | 0 | 1A | 11F | 5D | 26 |
| Octal | 226 | 7 | 274 | 24 | 140 | 0 | 32 | 437 | 135 | 46 |
| Binary | 10010110 | 111 | 10111100 | 10100 | 1100000 | 0 | 11010 | 100011111 | 1011101 | 100110 |
Color Harmonies of #9607BC
Complementary color
Monochromatic Colors of #9607BC
Black with #9607BC
Text Example
Text Example
White with #9607BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9607BC; }
p { color: rgb(150,7,188); }
H1.HeaderClassName
{
color: #9607BC;
}
.AnyTagClassName
{
color: #9607BC;
}
</style>
background-color css
<style>
a { background-color: #9607BC; }
a { background-color: rgb(150,7,188); }
div.DivClassName
{
background-color: #9607BC;
}
.BgClassName
{
background-color: #9607BC;
}
</style>
border-color css
<style>
span { border-color: #9607BC; }
span { border-color: rgb(150,7,188); }
td.TdClassName
{
border-color: #9607BC;
}
.TagClassName
{
border-color: #9607BC;
}
</style>