Shades of Dark Violet #9401EF
Tints of Dark Violet #9401EF
RGB
CMYK
RGB Variations
Color information
#9401EF (or 0x9401EF) is known color: Dark Violet. HEX triplet: 94, 01 and EF. RGB value is (148,1,239). Sum of RGB (Red+Green+Blue) = 148+1+239=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #9401EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9401EF is #6BFE10. Grayscale: #474747. Windows color (decimal): -7077393 or 15663508. OLE color: 15663508.
HSL color Cylindrical-coordinate representation of color #9401EF: hue angle of 277.06º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9401EF is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 1 | 239 | - |
| CMYK | 0.38 | 1.00 | 0 | 0.06 |
| HSL | 277.06º | 0.99% | 0.47% | - |
| HSV(B) | 277.06º | 1% | 0.94% | - |
| XYZ | 27.8 | 12.55 | 82.62 | - |
| YUV | 72.09 | 222.2 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 239 | 0.38 | 1.00 | 0 | 0.06 | 277.06 | 0.99 | 0.47 |
| Hex | 94 | 1 | EF | 26 | 64 | 0 | 6 | 115 | 63 | 2F |
| Octal | 224 | 1 | 357 | 46 | 144 | 0 | 6 | 425 | 143 | 57 |
| Binary | 10010100 | 1 | 11101111 | 100110 | 1100100 | 0 | 110 | 100010101 | 1100011 | 101111 |
Color Harmonies of #9401EF
Complementary color
Monochromatic Colors of #9401EF
Black with #9401EF
Text Example
Text Example
White with #9401EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9401EF; }
p { color: rgb(148,1,239); }
H1.HeaderClassName
{
color: #9401EF;
}
.AnyTagClassName
{
color: #9401EF;
}
</style>
background-color css
<style>
a { background-color: #9401EF; }
a { background-color: rgb(148,1,239); }
div.DivClassName
{
background-color: #9401EF;
}
.BgClassName
{
background-color: #9401EF;
}
</style>
border-color css
<style>
span { border-color: #9401EF; }
span { border-color: rgb(148,1,239); }
td.TdClassName
{
border-color: #9401EF;
}
.TagClassName
{
border-color: #9401EF;
}
</style>