Shades of Dark Violet #9C01EB
Tints of Dark Violet #9C01EB
RGB
CMYK
RGB Variations
Color information
#9C01EB (or 0x9C01EB) is known color: Dark Violet. HEX triplet: 9C, 01 and EB. RGB value is (156,1,235). Sum of RGB (Red+Green+Blue) = 156+1+235=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C01EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C01EB is #63FE14. Grayscale: #494949. Windows color (decimal): -6553109 or 15401372. OLE color: 15401372.
HSL color Cylindrical-coordinate representation of color #9C01EB: hue angle of 279.74º 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 #9C01EB is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 1 | 235 | - |
| CMYK | 0.34 | 1.00 | 0 | 0.08 |
| HSL | 279.74º | 0.99% | 0.46% | - |
| HSV(B) | 279.74º | 1% | 0.92% | - |
| XYZ | 28.72 | 13.09 | 79.61 | - |
| YUV | 74.02 | 218.85 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 235 | 0.34 | 1.00 | 0 | 0.08 | 279.74 | 0.99 | 0.46 |
| Hex | 9C | 1 | EB | 22 | 64 | 0 | 8 | 118 | 63 | 2E |
| Octal | 234 | 1 | 353 | 42 | 144 | 0 | 10 | 430 | 143 | 56 |
| Binary | 10011100 | 1 | 11101011 | 100010 | 1100100 | 0 | 1000 | 100011000 | 1100011 | 101110 |
Color Harmonies of #9C01EB
Complementary color
Monochromatic Colors of #9C01EB
Black with #9C01EB
Text Example
Text Example
White with #9C01EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C01EB; }
p { color: rgb(156,1,235); }
H1.HeaderClassName
{
color: #9C01EB;
}
.AnyTagClassName
{
color: #9C01EB;
}
</style>
background-color css
<style>
a { background-color: #9C01EB; }
a { background-color: rgb(156,1,235); }
div.DivClassName
{
background-color: #9C01EB;
}
.BgClassName
{
background-color: #9C01EB;
}
</style>
border-color css
<style>
span { border-color: #9C01EB; }
span { border-color: rgb(156,1,235); }
td.TdClassName
{
border-color: #9C01EB;
}
.TagClassName
{
border-color: #9C01EB;
}
</style>