Shades of Dark Violet #9C09BA
Tints of Dark Violet #9C09BA
RGB
CMYK
RGB Variations
Color information
#9C09BA (or 0x9C09BA) is known color: Dark Violet. HEX triplet: 9C, 09 and BA. RGB value is (156,9,186). Sum of RGB (Red+Green+Blue) = 156+9+186=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C09BA is #63F645. Grayscale: #484848. Windows color (decimal): -6551110 or 12192156. OLE color: 12192156.
HSL color Cylindrical-coordinate representation of color #9C09BA: hue angle of 289.83º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C09BA is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 9 | 186 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.27 |
| HSL | 289.83º | 0.91% | 0.38% | - |
| HSV(B) | 289.83º | 0.95% | 0.73% | - |
| XYZ | 22.67 | 10.81 | 47.35 | - |
| YUV | 73.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 186 | 0.16 | 0.95 | 0 | 0.27 | 289.83 | 0.91 | 0.38 |
| Hex | 9C | 9 | BA | 10 | 5F | 0 | 1B | 122 | 5B | 26 |
| Octal | 234 | 11 | 272 | 20 | 137 | 0 | 33 | 442 | 133 | 46 |
| Binary | 10011100 | 1001 | 10111010 | 10000 | 1011111 | 0 | 11011 | 100100010 | 1011011 | 100110 |
Color Harmonies of #9C09BA
Complementary color
Monochromatic Colors of #9C09BA
Black with #9C09BA
Text Example
Text Example
White with #9C09BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C09BA; }
p { color: rgb(156,9,186); }
H1.HeaderClassName
{
color: #9C09BA;
}
.AnyTagClassName
{
color: #9C09BA;
}
</style>
background-color css
<style>
a { background-color: #9C09BA; }
a { background-color: rgb(156,9,186); }
div.DivClassName
{
background-color: #9C09BA;
}
.BgClassName
{
background-color: #9C09BA;
}
</style>
border-color css
<style>
span { border-color: #9C09BA; }
span { border-color: rgb(156,9,186); }
td.TdClassName
{
border-color: #9C09BA;
}
.TagClassName
{
border-color: #9C09BA;
}
</style>