Shades of Dark Violet #9C01EA
Tints of Dark Violet #9C01EA
RGB
CMYK
RGB Variations
Color information
#9C01EA (or 0x9C01EA) is known color: Dark Violet. HEX triplet: 9C, 01 and EA. RGB value is (156,1,234). Sum of RGB (Red+Green+Blue) = 156+1+234=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C01EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C01EA is #63FE15. Grayscale: #494949. Windows color (decimal): -6553110 or 15335836. OLE color: 15335836.
HSL color Cylindrical-coordinate representation of color #9C01EA: hue angle of 279.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C01EA is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 1 | 234 | - |
| CMYK | 0.33 | 1.00 | 0 | 0.08 |
| HSL | 279.91º | 0.99% | 0.46% | - |
| HSV(B) | 279.91º | 1% | 0.92% | - |
| XYZ | 28.57 | 13.03 | 78.85 | - |
| YUV | 73.91 | 218.35 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 234 | 0.33 | 1.00 | 0 | 0.08 | 279.91 | 0.99 | 0.46 |
| Hex | 9C | 1 | EA | 21 | 64 | 0 | 8 | 118 | 63 | 2E |
| Octal | 234 | 1 | 352 | 41 | 144 | 0 | 10 | 430 | 143 | 56 |
| Binary | 10011100 | 1 | 11101010 | 100001 | 1100100 | 0 | 1000 | 100011000 | 1100011 | 101110 |
Color Harmonies of #9C01EA
Complementary color
Monochromatic Colors of #9C01EA
Black with #9C01EA
Text Example
Text Example
White with #9C01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C01EA; }
p { color: rgb(156,1,234); }
H1.HeaderClassName
{
color: #9C01EA;
}
.AnyTagClassName
{
color: #9C01EA;
}
</style>
background-color css
<style>
a { background-color: #9C01EA; }
a { background-color: rgb(156,1,234); }
div.DivClassName
{
background-color: #9C01EA;
}
.BgClassName
{
background-color: #9C01EA;
}
</style>
border-color css
<style>
span { border-color: #9C01EA; }
span { border-color: rgb(156,1,234); }
td.TdClassName
{
border-color: #9C01EA;
}
.TagClassName
{
border-color: #9C01EA;
}
</style>