Shades of Dark Violet #9C0BAF
Tints of Dark Violet #9C0BAF
RGB
CMYK
RGB Variations
Color information
#9C0BAF (or 0x9C0BAF) is known color: Dark Violet. HEX triplet: 9C, 0B and AF. RGB value is (156,11,175). Sum of RGB (Red+Green+Blue) = 156+11+175=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C0BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0BAF is #63F450. Grayscale: #484848. Windows color (decimal): -6550609 or 11471772. OLE color: 11471772.
HSL color Cylindrical-coordinate representation of color #9C0BAF: hue angle of 293.05º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0BAF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 11 | 175 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.31 |
| HSL | 293.05º | 0.88% | 0.36% | - |
| HSV(B) | 293.05º | 0.94% | 0.69% | - |
| XYZ | 21.57 | 10.4 | 41.43 | - |
| YUV | 73.05 | 185.54 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 175 | 0.11 | 0.94 | 0 | 0.31 | 293.05 | 0.88 | 0.36 |
| Hex | 9C | B | AF | B | 5E | 0 | 1F | 125 | 58 | 24 |
| Octal | 234 | 13 | 257 | 13 | 136 | 0 | 37 | 445 | 130 | 44 |
| Binary | 10011100 | 1011 | 10101111 | 1011 | 1011110 | 0 | 11111 | 100100101 | 1011000 | 100100 |
Color Harmonies of #9C0BAF
Complementary color
Monochromatic Colors of #9C0BAF
Black with #9C0BAF
Text Example
Text Example
White with #9C0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0BAF; }
p { color: rgb(156,11,175); }
H1.HeaderClassName
{
color: #9C0BAF;
}
.AnyTagClassName
{
color: #9C0BAF;
}
</style>
background-color css
<style>
a { background-color: #9C0BAF; }
a { background-color: rgb(156,11,175); }
div.DivClassName
{
background-color: #9C0BAF;
}
.BgClassName
{
background-color: #9C0BAF;
}
</style>
border-color css
<style>
span { border-color: #9C0BAF; }
span { border-color: rgb(156,11,175); }
td.TdClassName
{
border-color: #9C0BAF;
}
.TagClassName
{
border-color: #9C0BAF;
}
</style>