Shades of Dark Violet #9C07BF
Tints of Dark Violet #9C07BF
RGB
CMYK
RGB Variations
Color information
#9C07BF (or 0x9C07BF) is known color: Dark Violet. HEX triplet: 9C, 07 and BF. RGB value is (156,7,191). Sum of RGB (Red+Green+Blue) = 156+7+191=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C07BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C07BF is #63F840. Grayscale: #474747. Windows color (decimal): -6551617 or 12519324. OLE color: 12519324.
HSL color Cylindrical-coordinate representation of color #9C07BF: hue angle of 288.59º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C07BF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 7 | 191 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.25 |
| HSL | 288.59º | 0.93% | 0.39% | - |
| HSV(B) | 288.59º | 0.96% | 0.75% | - |
| XYZ | 23.19 | 10.98 | 50.19 | - |
| YUV | 72.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 191 | 0.18 | 0.96 | 0 | 0.25 | 288.59 | 0.93 | 0.39 |
| Hex | 9C | 7 | BF | 12 | 60 | 0 | 19 | 121 | 5D | 27 |
| Octal | 234 | 7 | 277 | 22 | 140 | 0 | 31 | 441 | 135 | 47 |
| Binary | 10011100 | 111 | 10111111 | 10010 | 1100000 | 0 | 11001 | 100100001 | 1011101 | 100111 |
Color Harmonies of #9C07BF
Complementary color
Monochromatic Colors of #9C07BF
Black with #9C07BF
Text Example
Text Example
White with #9C07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C07BF; }
p { color: rgb(156,7,191); }
H1.HeaderClassName
{
color: #9C07BF;
}
.AnyTagClassName
{
color: #9C07BF;
}
</style>
background-color css
<style>
a { background-color: #9C07BF; }
a { background-color: rgb(156,7,191); }
div.DivClassName
{
background-color: #9C07BF;
}
.BgClassName
{
background-color: #9C07BF;
}
</style>
border-color css
<style>
span { border-color: #9C07BF; }
span { border-color: rgb(156,7,191); }
td.TdClassName
{
border-color: #9C07BF;
}
.TagClassName
{
border-color: #9C07BF;
}
</style>