Shades of Dark Violet #9C03B9
Tints of Dark Violet #9C03B9
RGB
CMYK
RGB Variations
Color information
#9C03B9 (or 0x9C03B9) is known color: Dark Violet. HEX triplet: 9C, 03 and B9. RGB value is (156,3,185). Sum of RGB (Red+Green+Blue) = 156+3+185=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C03B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C03B9 is #63FC46. Grayscale: #444444. Windows color (decimal): -6552647 or 12125084. OLE color: 12125084.
HSL color Cylindrical-coordinate representation of color #9C03B9: hue angle of 290.44º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C03B9 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 3 | 185 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.27 |
| HSL | 290.44º | 0.97% | 0.37% | - |
| HSV(B) | 290.44º | 0.98% | 0.73% | - |
| XYZ | 22.5 | 10.64 | 46.77 | - |
| YUV | 69.5 | 193.19 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 185 | 0.16 | 0.98 | 0 | 0.27 | 290.44 | 0.97 | 0.37 |
| Hex | 9C | 3 | B9 | 10 | 62 | 0 | 1B | 122 | 61 | 25 |
| Octal | 234 | 3 | 271 | 20 | 142 | 0 | 33 | 442 | 141 | 45 |
| Binary | 10011100 | 11 | 10111001 | 10000 | 1100010 | 0 | 11011 | 100100010 | 1100001 | 100101 |
Color Harmonies of #9C03B9
Complementary color
Monochromatic Colors of #9C03B9
Black with #9C03B9
Text Example
Text Example
White with #9C03B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C03B9; }
p { color: rgb(156,3,185); }
H1.HeaderClassName
{
color: #9C03B9;
}
.AnyTagClassName
{
color: #9C03B9;
}
</style>
background-color css
<style>
a { background-color: #9C03B9; }
a { background-color: rgb(156,3,185); }
div.DivClassName
{
background-color: #9C03B9;
}
.BgClassName
{
background-color: #9C03B9;
}
</style>
border-color css
<style>
span { border-color: #9C03B9; }
span { border-color: rgb(156,3,185); }
td.TdClassName
{
border-color: #9C03B9;
}
.TagClassName
{
border-color: #9C03B9;
}
</style>