Shades of Dark Violet #9C03DE
Tints of Dark Violet #9C03DE
RGB
CMYK
RGB Variations
Color information
#9C03DE (or 0x9C03DE) is known color: Dark Violet. HEX triplet: 9C, 03 and DE. RGB value is (156,3,222). Sum of RGB (Red+Green+Blue) = 156+3+222=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C03DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C03DE is #63FC21. Grayscale: #484848. Windows color (decimal): -6552610 or 14549916. OLE color: 14549916.
HSL color Cylindrical-coordinate representation of color #9C03DE: hue angle of 281.92º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C03DE is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 3 | 222 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.13 |
| HSL | 281.92º | 0.97% | 0.44% | - |
| HSV(B) | 281.92º | 0.99% | 0.87% | - |
| XYZ | 26.93 | 12.41 | 70.08 | - |
| YUV | 73.71 | 211.69 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 222 | 0.30 | 0.99 | 0 | 0.13 | 281.92 | 0.97 | 0.44 |
| Hex | 9C | 3 | DE | 1E | 63 | 0 | D | 11A | 61 | 2C |
| Octal | 234 | 3 | 336 | 36 | 143 | 0 | 15 | 432 | 141 | 54 |
| Binary | 10011100 | 11 | 11011110 | 11110 | 1100011 | 0 | 1101 | 100011010 | 1100001 | 101100 |
Color Harmonies of #9C03DE
Complementary color
Monochromatic Colors of #9C03DE
Black with #9C03DE
Text Example
Text Example
White with #9C03DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C03DE; }
p { color: rgb(156,3,222); }
H1.HeaderClassName
{
color: #9C03DE;
}
.AnyTagClassName
{
color: #9C03DE;
}
</style>
background-color css
<style>
a { background-color: #9C03DE; }
a { background-color: rgb(156,3,222); }
div.DivClassName
{
background-color: #9C03DE;
}
.BgClassName
{
background-color: #9C03DE;
}
</style>
border-color css
<style>
span { border-color: #9C03DE; }
span { border-color: rgb(156,3,222); }
td.TdClassName
{
border-color: #9C03DE;
}
.TagClassName
{
border-color: #9C03DE;
}
</style>