Shades of Dark Violet #9C07B1
Tints of Dark Violet #9C07B1
RGB
CMYK
RGB Variations
Color information
#9C07B1 (or 0x9C07B1) is known color: Dark Violet. HEX triplet: 9C, 07 and B1. RGB value is (156,7,177). Sum of RGB (Red+Green+Blue) = 156+7+177=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C07B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C07B1 is #63F84E. Grayscale: #464646. Windows color (decimal): -6551631 or 11601820. OLE color: 11601820.
HSL color Cylindrical-coordinate representation of color #9C07B1: hue angle of 292.59º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C07B1 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 7 | 177 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.31 |
| HSL | 292.59º | 0.92% | 0.36% | - |
| HSV(B) | 292.59º | 0.96% | 0.69% | - |
| XYZ | 21.72 | 10.39 | 42.46 | - |
| YUV | 70.93 | 187.86 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 177 | 0.12 | 0.96 | 0 | 0.31 | 292.59 | 0.92 | 0.36 |
| Hex | 9C | 7 | B1 | C | 60 | 0 | 1F | 125 | 5C | 24 |
| Octal | 234 | 7 | 261 | 14 | 140 | 0 | 37 | 445 | 134 | 44 |
| Binary | 10011100 | 111 | 10110001 | 1100 | 1100000 | 0 | 11111 | 100100101 | 1011100 | 100100 |
Color Harmonies of #9C07B1
Complementary color
Monochromatic Colors of #9C07B1
Black with #9C07B1
Text Example
Text Example
White with #9C07B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C07B1; }
p { color: rgb(156,7,177); }
H1.HeaderClassName
{
color: #9C07B1;
}
.AnyTagClassName
{
color: #9C07B1;
}
</style>
background-color css
<style>
a { background-color: #9C07B1; }
a { background-color: rgb(156,7,177); }
div.DivClassName
{
background-color: #9C07B1;
}
.BgClassName
{
background-color: #9C07B1;
}
</style>
border-color css
<style>
span { border-color: #9C07B1; }
span { border-color: rgb(156,7,177); }
td.TdClassName
{
border-color: #9C07B1;
}
.TagClassName
{
border-color: #9C07B1;
}
</style>