Shades of Dark Violet #9601BC
Tints of Dark Violet #9601BC
RGB
CMYK
RGB Variations
Color information
#9601BC (or 0x9601BC) is known color: Dark Violet. HEX triplet: 96, 01 and BC. RGB value is (150,1,188). Sum of RGB (Red+Green+Blue) = 150+1+188=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #9601BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9601BC is #69FE43. Grayscale: #424242. Windows color (decimal): -6946372 or 12321174. OLE color: 12321174.
HSL color Cylindrical-coordinate representation of color #9601BC: hue angle of 287.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9601BC is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 1 | 188 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.26 |
| HSL | 287.81º | 0.99% | 0.37% | - |
| HSV(B) | 287.81º | 0.99% | 0.74% | - |
| XYZ | 21.67 | 10.14 | 48.39 | - |
| YUV | 66.87 | 196.36 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 188 | 0.20 | 0.99 | 0 | 0.26 | 287.81 | 0.99 | 0.37 |
| Hex | 96 | 1 | BC | 14 | 63 | 0 | 1A | 120 | 63 | 25 |
| Octal | 226 | 1 | 274 | 24 | 143 | 0 | 32 | 440 | 143 | 45 |
| Binary | 10010110 | 1 | 10111100 | 10100 | 1100011 | 0 | 11010 | 100100000 | 1100011 | 100101 |
Color Harmonies of #9601BC
Complementary color
Monochromatic Colors of #9601BC
Black with #9601BC
Text Example
Text Example
White with #9601BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9601BC; }
p { color: rgb(150,1,188); }
H1.HeaderClassName
{
color: #9601BC;
}
.AnyTagClassName
{
color: #9601BC;
}
</style>
background-color css
<style>
a { background-color: #9601BC; }
a { background-color: rgb(150,1,188); }
div.DivClassName
{
background-color: #9601BC;
}
.BgClassName
{
background-color: #9601BC;
}
</style>
border-color css
<style>
span { border-color: #9601BC; }
span { border-color: rgb(150,1,188); }
td.TdClassName
{
border-color: #9601BC;
}
.TagClassName
{
border-color: #9601BC;
}
</style>