Shades of Dark Violet #9408E5
Tints of Dark Violet #9408E5
RGB
CMYK
RGB Variations
Color information
#9408E5 (or 0x9408E5) is known color: Dark Violet. HEX triplet: 94, 08 and E5. RGB value is (148,8,229). Sum of RGB (Red+Green+Blue) = 148+8+229=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 229 (89.84% from 255 or 59.48% from 385); Max value from RGB is 229 - color contains mainly: blue. Hex color #9408E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9408E5 is #6BF71A. Grayscale: #4A4A4A. Windows color (decimal): -7075611 or 15009940. OLE color: 15009940.
HSL color Cylindrical-coordinate representation of color #9408E5: hue angle of 278.01º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9408E5 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 8 | 229 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.10 |
| HSL | 278.01º | 0.93% | 0.46% | - |
| HSV(B) | 278.01º | 0.97% | 0.9% | - |
| XYZ | 26.44 | 12.13 | 75.08 | - |
| YUV | 75.05 | 214.88 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 229 | 0.35 | 0.97 | 0 | 0.10 | 278.01 | 0.93 | 0.46 |
| Hex | 94 | 8 | E5 | 23 | 61 | 0 | A | 116 | 5D | 2E |
| Octal | 224 | 10 | 345 | 43 | 141 | 0 | 12 | 426 | 135 | 56 |
| Binary | 10010100 | 1000 | 11100101 | 100011 | 1100001 | 0 | 1010 | 100010110 | 1011101 | 101110 |
Color Harmonies of #9408E5
Complementary color
Monochromatic Colors of #9408E5
Black with #9408E5
Text Example
Text Example
White with #9408E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9408E5; }
p { color: rgb(148,8,229); }
H1.HeaderClassName
{
color: #9408E5;
}
.AnyTagClassName
{
color: #9408E5;
}
</style>
background-color css
<style>
a { background-color: #9408E5; }
a { background-color: rgb(148,8,229); }
div.DivClassName
{
background-color: #9408E5;
}
.BgClassName
{
background-color: #9408E5;
}
</style>
border-color css
<style>
span { border-color: #9408E5; }
span { border-color: rgb(148,8,229); }
td.TdClassName
{
border-color: #9408E5;
}
.TagClassName
{
border-color: #9408E5;
}
</style>