Shades of Dark Violet #9C01E6
Tints of Dark Violet #9C01E6
RGB
CMYK
RGB Variations
Color information
#9C01E6 (or 0x9C01E6) is known color: Dark Violet. HEX triplet: 9C, 01 and E6. RGB value is (156,1,230). Sum of RGB (Red+Green+Blue) = 156+1+230=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 230 (90.23% from 255 or 59.43% from 387); Max value from RGB is 230 - color contains mainly: blue. Hex color #9C01E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C01E6 is #63FE19. Grayscale: #484848. Windows color (decimal): -6553114 or 15073692. OLE color: 15073692.
HSL color Cylindrical-coordinate representation of color #9C01E6: hue angle of 280.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C01E6 is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 1 | 230 | - |
| CMYK | 0.32 | 1.00 | 0 | 0.10 |
| HSL | 280.61º | 0.99% | 0.45% | - |
| HSV(B) | 280.61º | 1% | 0.9% | - |
| XYZ | 28 | 12.8 | 75.86 | - |
| YUV | 73.45 | 216.35 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 230 | 0.32 | 1.00 | 0 | 0.10 | 280.61 | 0.99 | 0.45 |
| Hex | 9C | 1 | E6 | 20 | 64 | 0 | A | 119 | 63 | 2D |
| Octal | 234 | 1 | 346 | 40 | 144 | 0 | 12 | 431 | 143 | 55 |
| Binary | 10011100 | 1 | 11100110 | 100000 | 1100100 | 0 | 1010 | 100011001 | 1100011 | 101101 |
Color Harmonies of #9C01E6
Complementary color
Monochromatic Colors of #9C01E6
Black with #9C01E6
Text Example
Text Example
White with #9C01E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C01E6; }
p { color: rgb(156,1,230); }
H1.HeaderClassName
{
color: #9C01E6;
}
.AnyTagClassName
{
color: #9C01E6;
}
</style>
background-color css
<style>
a { background-color: #9C01E6; }
a { background-color: rgb(156,1,230); }
div.DivClassName
{
background-color: #9C01E6;
}
.BgClassName
{
background-color: #9C01E6;
}
</style>
border-color css
<style>
span { border-color: #9C01E6; }
span { border-color: rgb(156,1,230); }
td.TdClassName
{
border-color: #9C01E6;
}
.TagClassName
{
border-color: #9C01E6;
}
</style>