Shades of Dark Violet #9C04EE
Tints of Dark Violet #9C04EE
RGB
CMYK
RGB Variations
Color information
#9C04EE (or 0x9C04EE) is known color: Dark Violet. HEX triplet: 9C, 04 and EE. RGB value is (156,4,238). Sum of RGB (Red+Green+Blue) = 156+4+238=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C04EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C04EE is #63FB11. Grayscale: #4B4B4B. Windows color (decimal): -6552338 or 15598748. OLE color: 15598748.
HSL color Cylindrical-coordinate representation of color #9C04EE: hue angle of 278.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C04EE is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 4 | 238 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.07 |
| HSL | 278.97º | 0.97% | 0.47% | - |
| HSV(B) | 278.97º | 0.98% | 0.93% | - |
| XYZ | 29.19 | 13.33 | 81.92 | - |
| YUV | 76.12 | 219.36 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 238 | 0.34 | 0.98 | 0 | 0.07 | 278.97 | 0.97 | 0.47 |
| Hex | 9C | 4 | EE | 22 | 62 | 0 | 7 | 117 | 61 | 2F |
| Octal | 234 | 4 | 356 | 42 | 142 | 0 | 7 | 427 | 141 | 57 |
| Binary | 10011100 | 100 | 11101110 | 100010 | 1100010 | 0 | 111 | 100010111 | 1100001 | 101111 |
Color Harmonies of #9C04EE
Complementary color
Monochromatic Colors of #9C04EE
Black with #9C04EE
Text Example
Text Example
White with #9C04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C04EE; }
p { color: rgb(156,4,238); }
H1.HeaderClassName
{
color: #9C04EE;
}
.AnyTagClassName
{
color: #9C04EE;
}
</style>
background-color css
<style>
a { background-color: #9C04EE; }
a { background-color: rgb(156,4,238); }
div.DivClassName
{
background-color: #9C04EE;
}
.BgClassName
{
background-color: #9C04EE;
}
</style>
border-color css
<style>
span { border-color: #9C04EE; }
span { border-color: rgb(156,4,238); }
td.TdClassName
{
border-color: #9C04EE;
}
.TagClassName
{
border-color: #9C04EE;
}
</style>