Shades of Dark Violet #9C03AF
Tints of Dark Violet #9C03AF
RGB
CMYK
RGB Variations
Color information
#9C03AF (or 0x9C03AF) is known color: Dark Violet. HEX triplet: 9C, 03 and AF. RGB value is (156,3,175). Sum of RGB (Red+Green+Blue) = 156+3+175=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C03AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C03AF is #63FC50. Grayscale: #434343. Windows color (decimal): -6552657 or 11469724. OLE color: 11469724.
HSL color Cylindrical-coordinate representation of color #9C03AF: hue angle of 293.37º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C03AF is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 3 | 175 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.31 |
| HSL | 293.37º | 0.97% | 0.35% | - |
| HSV(B) | 293.37º | 0.98% | 0.69% | - |
| XYZ | 21.48 | 10.23 | 41.4 | - |
| YUV | 68.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 175 | 0.11 | 0.98 | 0 | 0.31 | 293.37 | 0.97 | 0.35 |
| Hex | 9C | 3 | AF | B | 62 | 0 | 1F | 125 | 61 | 23 |
| Octal | 234 | 3 | 257 | 13 | 142 | 0 | 37 | 445 | 141 | 43 |
| Binary | 10011100 | 11 | 10101111 | 1011 | 1100010 | 0 | 11111 | 100100101 | 1100001 | 100011 |
Color Harmonies of #9C03AF
Complementary color
Monochromatic Colors of #9C03AF
Black with #9C03AF
Text Example
Text Example
White with #9C03AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C03AF; }
p { color: rgb(156,3,175); }
H1.HeaderClassName
{
color: #9C03AF;
}
.AnyTagClassName
{
color: #9C03AF;
}
</style>
background-color css
<style>
a { background-color: #9C03AF; }
a { background-color: rgb(156,3,175); }
div.DivClassName
{
background-color: #9C03AF;
}
.BgClassName
{
background-color: #9C03AF;
}
</style>
border-color css
<style>
span { border-color: #9C03AF; }
span { border-color: rgb(156,3,175); }
td.TdClassName
{
border-color: #9C03AF;
}
.TagClassName
{
border-color: #9C03AF;
}
</style>