Shades of Dark Violet #9C03CF
Tints of Dark Violet #9C03CF
RGB
CMYK
RGB Variations
Color information
#9C03CF (or 0x9C03CF) is known color: Dark Violet. HEX triplet: 9C, 03 and CF. RGB value is (156,3,207). Sum of RGB (Red+Green+Blue) = 156+3+207=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C03CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C03CF is #63FC30. Grayscale: #474747. Windows color (decimal): -6552625 or 13566876. OLE color: 13566876.
HSL color Cylindrical-coordinate representation of color #9C03CF: hue angle of 285º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C03CF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 3 | 207 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.19 |
| HSL | 285º | 0.97% | 0.41% | - |
| HSV(B) | 285º | 0.99% | 0.81% | - |
| XYZ | 25.01 | 11.64 | 59.96 | - |
| YUV | 72 | 204.19 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 207 | 0.25 | 0.99 | 0 | 0.19 | 285 | 0.97 | 0.41 |
| Hex | 9C | 3 | CF | 19 | 63 | 0 | 13 | 11D | 61 | 29 |
| Octal | 234 | 3 | 317 | 31 | 143 | 0 | 23 | 435 | 141 | 51 |
| Binary | 10011100 | 11 | 11001111 | 11001 | 1100011 | 0 | 10011 | 100011101 | 1100001 | 101001 |
Color Harmonies of #9C03CF
Complementary color
Monochromatic Colors of #9C03CF
Black with #9C03CF
Text Example
Text Example
White with #9C03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C03CF; }
p { color: rgb(156,3,207); }
H1.HeaderClassName
{
color: #9C03CF;
}
.AnyTagClassName
{
color: #9C03CF;
}
</style>
background-color css
<style>
a { background-color: #9C03CF; }
a { background-color: rgb(156,3,207); }
div.DivClassName
{
background-color: #9C03CF;
}
.BgClassName
{
background-color: #9C03CF;
}
</style>
border-color css
<style>
span { border-color: #9C03CF; }
span { border-color: rgb(156,3,207); }
td.TdClassName
{
border-color: #9C03CF;
}
.TagClassName
{
border-color: #9C03CF;
}
</style>