Shades of Dark Violet #9C00EB
Tints of Dark Violet #9C00EB
RGB
CMYK
RGB Variations
Color information
#9C00EB (or 0x9C00EB) is known color: Dark Violet. HEX triplet: 9C, 00 and EB. RGB value is (156,0,235). Sum of RGB (Red+Green+Blue) = 156+0+235=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C00EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C00EB is #63FF14. Grayscale: #484848. Windows color (decimal): -6553365 or 15401116. OLE color: 15401116.
HSL color Cylindrical-coordinate representation of color #9C00EB: hue angle of 279.83º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C00EB is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 0 | 235 | - |
| CMYK | 0.34 | 1 | 0 | 0.08 |
| HSL | 279.83º | 1% | 0.46% | - |
| HSV(B) | 279.83º | 1% | 0.92% | - |
| XYZ | 28.71 | 13.07 | 79.61 | - |
| YUV | 73.43 | 219.18 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 235 | 0.34 | 1 | 0 | 0.08 | 279.83 | 1 | 0.46 |
| Hex | 9C | 0 | EB | 22 | 64 | 0 | 8 | 118 | 64 | 2E |
| Octal | 234 | 0 | 353 | 42 | 144 | 0 | 10 | 430 | 144 | 56 |
| Binary | 10011100 | 0 | 11101011 | 100010 | 1100100 | 0 | 1000 | 100011000 | 1100100 | 101110 |
Color Harmonies of #9C00EB
Complementary color
Monochromatic Colors of #9C00EB
Black with #9C00EB
Text Example
Text Example
White with #9C00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C00EB; }
p { color: rgb(156,0,235); }
H1.HeaderClassName
{
color: #9C00EB;
}
.AnyTagClassName
{
color: #9C00EB;
}
</style>
background-color css
<style>
a { background-color: #9C00EB; }
a { background-color: rgb(156,0,235); }
div.DivClassName
{
background-color: #9C00EB;
}
.BgClassName
{
background-color: #9C00EB;
}
</style>
border-color css
<style>
span { border-color: #9C00EB; }
span { border-color: rgb(156,0,235); }
td.TdClassName
{
border-color: #9C00EB;
}
.TagClassName
{
border-color: #9C00EB;
}
</style>