Shades of Dark Violet #9A04EE
Tints of Dark Violet #9A04EE
RGB
CMYK
RGB Variations
Color information
#9A04EE (or 0x9A04EE) is known color: Dark Violet. HEX triplet: 9A, 04 and EE. RGB value is (154,4,238). Sum of RGB (Red+Green+Blue) = 154+4+238=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #9A04EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A04EE is #65FB11. Grayscale: #4A4A4A. Windows color (decimal): -6683410 or 15598746. OLE color: 15598746.
HSL color Cylindrical-coordinate representation of color #9A04EE: hue angle of 278.46º 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 #9A04EE is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 4 | 238 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.07 |
| HSL | 278.46º | 0.97% | 0.47% | - |
| HSV(B) | 278.46º | 0.98% | 0.93% | - |
| XYZ | 28.8 | 13.13 | 81.91 | - |
| YUV | 75.53 | 219.7 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 238 | 0.35 | 0.98 | 0 | 0.07 | 278.46 | 0.97 | 0.47 |
| Hex | 9A | 4 | EE | 23 | 62 | 0 | 7 | 116 | 61 | 2F |
| Octal | 232 | 4 | 356 | 43 | 142 | 0 | 7 | 426 | 141 | 57 |
| Binary | 10011010 | 100 | 11101110 | 100011 | 1100010 | 0 | 111 | 100010110 | 1100001 | 101111 |
Color Harmonies of #9A04EE
Complementary color
Monochromatic Colors of #9A04EE
Black with #9A04EE
Text Example
Text Example
White with #9A04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A04EE; }
p { color: rgb(154,4,238); }
H1.HeaderClassName
{
color: #9A04EE;
}
.AnyTagClassName
{
color: #9A04EE;
}
</style>
background-color css
<style>
a { background-color: #9A04EE; }
a { background-color: rgb(154,4,238); }
div.DivClassName
{
background-color: #9A04EE;
}
.BgClassName
{
background-color: #9A04EE;
}
</style>
border-color css
<style>
span { border-color: #9A04EE; }
span { border-color: rgb(154,4,238); }
td.TdClassName
{
border-color: #9A04EE;
}
.TagClassName
{
border-color: #9A04EE;
}
</style>