Shades of Dark Violet #9408EC
Tints of Dark Violet #9408EC
RGB
CMYK
RGB Variations
Color information
#9408EC (or 0x9408EC) is known color: Dark Violet. HEX triplet: 94, 08 and EC. RGB value is (148,8,236). Sum of RGB (Red+Green+Blue) = 148+8+236=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #9408EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9408EC is #6BF713. Grayscale: #4B4B4B. Windows color (decimal): -7075604 or 15468692. OLE color: 15468692.
HSL color Cylindrical-coordinate representation of color #9408EC: hue angle of 276.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9408EC is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 8 | 236 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.07 |
| HSL | 276.84º | 0.93% | 0.48% | - |
| HSV(B) | 276.84º | 0.97% | 0.93% | - |
| XYZ | 27.44 | 12.53 | 80.33 | - |
| YUV | 75.85 | 218.38 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 236 | 0.37 | 0.97 | 0 | 0.07 | 276.84 | 0.93 | 0.48 |
| Hex | 94 | 8 | EC | 25 | 61 | 0 | 7 | 115 | 5D | 30 |
| Octal | 224 | 10 | 354 | 45 | 141 | 0 | 7 | 425 | 135 | 60 |
| Binary | 10010100 | 1000 | 11101100 | 100101 | 1100001 | 0 | 111 | 100010101 | 1011101 | 110000 |
Color Harmonies of #9408EC
Complementary color
Monochromatic Colors of #9408EC
Black with #9408EC
Text Example
Text Example
White with #9408EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9408EC; }
p { color: rgb(148,8,236); }
H1.HeaderClassName
{
color: #9408EC;
}
.AnyTagClassName
{
color: #9408EC;
}
</style>
background-color css
<style>
a { background-color: #9408EC; }
a { background-color: rgb(148,8,236); }
div.DivClassName
{
background-color: #9408EC;
}
.BgClassName
{
background-color: #9408EC;
}
</style>
border-color css
<style>
span { border-color: #9408EC; }
span { border-color: rgb(148,8,236); }
td.TdClassName
{
border-color: #9408EC;
}
.TagClassName
{
border-color: #9408EC;
}
</style>