Shades of Dark Violet #9C07DA
Tints of Dark Violet #9C07DA
RGB
CMYK
RGB Variations
Color information
#9C07DA (or 0x9C07DA) is known color: Dark Violet. HEX triplet: 9C, 07 and DA. RGB value is (156,7,218). Sum of RGB (Red+Green+Blue) = 156+7+218=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C07DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C07DA is #63F825. Grayscale: #4A4A4A. Windows color (decimal): -6551590 or 14288796. OLE color: 14288796.
HSL color Cylindrical-coordinate representation of color #9C07DA: hue angle of 282.37º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C07DA is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 7 | 218 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.15 |
| HSL | 282.37º | 0.94% | 0.44% | - |
| HSV(B) | 282.37º | 0.97% | 0.85% | - |
| XYZ | 26.44 | 12.28 | 67.31 | - |
| YUV | 75.61 | 208.36 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 218 | 0.28 | 0.97 | 0 | 0.15 | 282.37 | 0.94 | 0.44 |
| Hex | 9C | 7 | DA | 1C | 61 | 0 | F | 11A | 5E | 2C |
| Octal | 234 | 7 | 332 | 34 | 141 | 0 | 17 | 432 | 136 | 54 |
| Binary | 10011100 | 111 | 11011010 | 11100 | 1100001 | 0 | 1111 | 100011010 | 1011110 | 101100 |
Color Harmonies of #9C07DA
Complementary color
Monochromatic Colors of #9C07DA
Black with #9C07DA
Text Example
Text Example
White with #9C07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C07DA; }
p { color: rgb(156,7,218); }
H1.HeaderClassName
{
color: #9C07DA;
}
.AnyTagClassName
{
color: #9C07DA;
}
</style>
background-color css
<style>
a { background-color: #9C07DA; }
a { background-color: rgb(156,7,218); }
div.DivClassName
{
background-color: #9C07DA;
}
.BgClassName
{
background-color: #9C07DA;
}
</style>
border-color css
<style>
span { border-color: #9C07DA; }
span { border-color: rgb(156,7,218); }
td.TdClassName
{
border-color: #9C07DA;
}
.TagClassName
{
border-color: #9C07DA;
}
</style>