Shades of Dark Violet #9C01BD
Tints of Dark Violet #9C01BD
RGB
CMYK
RGB Variations
Color information
#9C01BD (or 0x9C01BD) is known color: Dark Violet. HEX triplet: 9C, 01 and BD. RGB value is (156,1,189). Sum of RGB (Red+Green+Blue) = 156+1+189=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C01BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C01BD is #63FE42. Grayscale: #444444. Windows color (decimal): -6553155 or 12386716. OLE color: 12386716.
HSL color Cylindrical-coordinate representation of color #9C01BD: hue angle of 289.47º 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 #9C01BD is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 1 | 189 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.26 |
| HSL | 289.47º | 0.99% | 0.37% | - |
| HSV(B) | 289.47º | 0.99% | 0.74% | - |
| XYZ | 22.91 | 10.76 | 49.01 | - |
| YUV | 68.78 | 195.85 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 189 | 0.17 | 0.99 | 0 | 0.26 | 289.47 | 0.99 | 0.37 |
| Hex | 9C | 1 | BD | 11 | 63 | 0 | 1A | 121 | 63 | 25 |
| Octal | 234 | 1 | 275 | 21 | 143 | 0 | 32 | 441 | 143 | 45 |
| Binary | 10011100 | 1 | 10111101 | 10001 | 1100011 | 0 | 11010 | 100100001 | 1100011 | 100101 |
Color Harmonies of #9C01BD
Complementary color
Monochromatic Colors of #9C01BD
Black with #9C01BD
Text Example
Text Example
White with #9C01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C01BD; }
p { color: rgb(156,1,189); }
H1.HeaderClassName
{
color: #9C01BD;
}
.AnyTagClassName
{
color: #9C01BD;
}
</style>
background-color css
<style>
a { background-color: #9C01BD; }
a { background-color: rgb(156,1,189); }
div.DivClassName
{
background-color: #9C01BD;
}
.BgClassName
{
background-color: #9C01BD;
}
</style>
border-color css
<style>
span { border-color: #9C01BD; }
span { border-color: rgb(156,1,189); }
td.TdClassName
{
border-color: #9C01BD;
}
.TagClassName
{
border-color: #9C01BD;
}
</style>