Shades of Dark Violet #9C09BD
Tints of Dark Violet #9C09BD
RGB
CMYK
RGB Variations
Color information
#9C09BD (or 0x9C09BD) is known color: Dark Violet. HEX triplet: 9C, 09 and BD. RGB value is (156,9,189). Sum of RGB (Red+Green+Blue) = 156+9+189=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C09BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C09BD is #63F642. Grayscale: #484848. Windows color (decimal): -6551107 or 12388764. OLE color: 12388764.
HSL color Cylindrical-coordinate representation of color #9C09BD: hue angle of 289º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C09BD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 9 | 189 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.26 |
| HSL | 289º | 0.91% | 0.39% | - |
| HSV(B) | 289º | 0.95% | 0.74% | - |
| XYZ | 22.99 | 10.94 | 49.04 | - |
| YUV | 73.47 | 193.2 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 189 | 0.17 | 0.95 | 0 | 0.26 | 289 | 0.91 | 0.39 |
| Hex | 9C | 9 | BD | 11 | 5F | 0 | 1A | 121 | 5B | 27 |
| Octal | 234 | 11 | 275 | 21 | 137 | 0 | 32 | 441 | 133 | 47 |
| Binary | 10011100 | 1001 | 10111101 | 10001 | 1011111 | 0 | 11010 | 100100001 | 1011011 | 100111 |
Color Harmonies of #9C09BD
Complementary color
Monochromatic Colors of #9C09BD
Black with #9C09BD
Text Example
Text Example
White with #9C09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C09BD; }
p { color: rgb(156,9,189); }
H1.HeaderClassName
{
color: #9C09BD;
}
.AnyTagClassName
{
color: #9C09BD;
}
</style>
background-color css
<style>
a { background-color: #9C09BD; }
a { background-color: rgb(156,9,189); }
div.DivClassName
{
background-color: #9C09BD;
}
.BgClassName
{
background-color: #9C09BD;
}
</style>
border-color css
<style>
span { border-color: #9C09BD; }
span { border-color: rgb(156,9,189); }
td.TdClassName
{
border-color: #9C09BD;
}
.TagClassName
{
border-color: #9C09BD;
}
</style>