Shades of Dark Violet #9601BD
Tints of Dark Violet #9601BD
RGB
CMYK
RGB Variations
Color information
#9601BD (or 0x9601BD) is known color: Dark Violet. HEX triplet: 96, 01 and BD. RGB value is (150,1,189). Sum of RGB (Red+Green+Blue) = 150+1+189=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #9601BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9601BD is #69FE42. Grayscale: #424242. Windows color (decimal): -6946371 or 12386710. OLE color: 12386710.
HSL color Cylindrical-coordinate representation of color #9601BD: hue angle of 287.55º 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 #9601BD is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 1 | 189 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.26 |
| HSL | 287.55º | 0.99% | 0.37% | - |
| HSV(B) | 287.55º | 0.99% | 0.74% | - |
| XYZ | 21.77 | 10.18 | 48.96 | - |
| YUV | 66.98 | 196.86 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 189 | 0.21 | 0.99 | 0 | 0.26 | 287.55 | 0.99 | 0.37 |
| Hex | 96 | 1 | BD | 15 | 63 | 0 | 1A | 120 | 63 | 25 |
| Octal | 226 | 1 | 275 | 25 | 143 | 0 | 32 | 440 | 143 | 45 |
| Binary | 10010110 | 1 | 10111101 | 10101 | 1100011 | 0 | 11010 | 100100000 | 1100011 | 100101 |
Color Harmonies of #9601BD
Complementary color
Monochromatic Colors of #9601BD
Black with #9601BD
Text Example
Text Example
White with #9601BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9601BD; }
p { color: rgb(150,1,189); }
H1.HeaderClassName
{
color: #9601BD;
}
.AnyTagClassName
{
color: #9601BD;
}
</style>
background-color css
<style>
a { background-color: #9601BD; }
a { background-color: rgb(150,1,189); }
div.DivClassName
{
background-color: #9601BD;
}
.BgClassName
{
background-color: #9601BD;
}
</style>
border-color css
<style>
span { border-color: #9601BD; }
span { border-color: rgb(150,1,189); }
td.TdClassName
{
border-color: #9601BD;
}
.TagClassName
{
border-color: #9601BD;
}
</style>