Shades of Dark Violet #9C0CF1
Tints of Dark Violet #9C0CF1
RGB
CMYK
RGB Variations
Color information
#9C0CF1 (or 0x9C0CF1) is known color: Dark Violet. HEX triplet: 9C, 0C and F1. RGB value is (156,12,241). Sum of RGB (Red+Green+Blue) = 156+12+241=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C0CF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0CF1 is #63F30E. Grayscale: #505050. Windows color (decimal): -6550287 or 15797404. OLE color: 15797404.
HSL color Cylindrical-coordinate representation of color #9C0CF1: hue angle of 277.73º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0CF1 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 12 | 241 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.05 |
| HSL | 277.73º | 0.91% | 0.5% | - |
| HSV(B) | 277.73º | 0.95% | 0.95% | - |
| XYZ | 29.72 | 13.68 | 84.29 | - |
| YUV | 81.16 | 218.21 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 241 | 0.35 | 0.95 | 0 | 0.05 | 277.73 | 0.91 | 0.5 |
| Hex | 9C | C | F1 | 23 | 5F | 0 | 5 | 116 | 5B | 32 |
| Octal | 234 | 14 | 361 | 43 | 137 | 0 | 5 | 426 | 133 | 62 |
| Binary | 10011100 | 1100 | 11110001 | 100011 | 1011111 | 0 | 101 | 100010110 | 1011011 | 110010 |
Color Harmonies of #9C0CF1
Complementary color
Monochromatic Colors of #9C0CF1
Black with #9C0CF1
Text Example
Text Example
White with #9C0CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0CF1; }
p { color: rgb(156,12,241); }
H1.HeaderClassName
{
color: #9C0CF1;
}
.AnyTagClassName
{
color: #9C0CF1;
}
</style>
background-color css
<style>
a { background-color: #9C0CF1; }
a { background-color: rgb(156,12,241); }
div.DivClassName
{
background-color: #9C0CF1;
}
.BgClassName
{
background-color: #9C0CF1;
}
</style>
border-color css
<style>
span { border-color: #9C0CF1; }
span { border-color: rgb(156,12,241); }
td.TdClassName
{
border-color: #9C0CF1;
}
.TagClassName
{
border-color: #9C0CF1;
}
</style>