Shades of Dark Violet #9E06F3
Tints of Dark Violet #9E06F3
RGB
CMYK
RGB Variations
Color information
#9E06F3 (or 0x9E06F3) is known color: Dark Violet. HEX triplet: 9E, 06 and F3. RGB value is (158,6,243). Sum of RGB (Red+Green+Blue) = 158+6+243=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 243 (95.31% from 255 or 59.71% from 407); Max value from RGB is 243 - color contains mainly: blue. Hex color #9E06F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E06F3 is #61F90C. Grayscale: #4D4D4D. Windows color (decimal): -6420749 or 15926942. OLE color: 15926942.
HSL color Cylindrical-coordinate representation of color #9E06F3: hue angle of 278.48º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E06F3 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 6 | 243 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.05 |
| HSL | 278.48º | 0.95% | 0.49% | - |
| HSV(B) | 278.48º | 0.98% | 0.95% | - |
| XYZ | 30.34 | 13.87 | 85.87 | - |
| YUV | 78.47 | 220.86 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 243 | 0.35 | 0.98 | 0 | 0.05 | 278.48 | 0.95 | 0.49 |
| Hex | 9E | 6 | F3 | 23 | 62 | 0 | 5 | 116 | 5F | 31 |
| Octal | 236 | 6 | 363 | 43 | 142 | 0 | 5 | 426 | 137 | 61 |
| Binary | 10011110 | 110 | 11110011 | 100011 | 1100010 | 0 | 101 | 100010110 | 1011111 | 110001 |
Color Harmonies of #9E06F3
Complementary color
Monochromatic Colors of #9E06F3
Black with #9E06F3
Text Example
Text Example
White with #9E06F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E06F3; }
p { color: rgb(158,6,243); }
H1.HeaderClassName
{
color: #9E06F3;
}
.AnyTagClassName
{
color: #9E06F3;
}
</style>
background-color css
<style>
a { background-color: #9E06F3; }
a { background-color: rgb(158,6,243); }
div.DivClassName
{
background-color: #9E06F3;
}
.BgClassName
{
background-color: #9E06F3;
}
</style>
border-color css
<style>
span { border-color: #9E06F3; }
span { border-color: rgb(158,6,243); }
td.TdClassName
{
border-color: #9E06F3;
}
.TagClassName
{
border-color: #9E06F3;
}
</style>