Shades of Dark Violet #9401DE
Tints of Dark Violet #9401DE
RGB
CMYK
RGB Variations
Color information
#9401DE (or 0x9401DE) is known color: Dark Violet. HEX triplet: 94, 01 and DE. RGB value is (148,1,222). Sum of RGB (Red+Green+Blue) = 148+1+222=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #9401DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9401DE is #6BFE21. Grayscale: #454545. Windows color (decimal): -7077410 or 14549396. OLE color: 14549396.
HSL color Cylindrical-coordinate representation of color #9401DE: hue angle of 279.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9401DE is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 1 | 222 | - |
| CMYK | 0.33 | 1.00 | 0 | 0.13 |
| HSL | 279.91º | 0.99% | 0.44% | - |
| HSV(B) | 279.91º | 1% | 0.87% | - |
| XYZ | 25.41 | 11.59 | 70.01 | - |
| YUV | 70.15 | 213.7 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 222 | 0.33 | 1.00 | 0 | 0.13 | 279.91 | 0.99 | 0.44 |
| Hex | 94 | 1 | DE | 21 | 64 | 0 | D | 118 | 63 | 2C |
| Octal | 224 | 1 | 336 | 41 | 144 | 0 | 15 | 430 | 143 | 54 |
| Binary | 10010100 | 1 | 11011110 | 100001 | 1100100 | 0 | 1101 | 100011000 | 1100011 | 101100 |
Color Harmonies of #9401DE
Complementary color
Monochromatic Colors of #9401DE
Black with #9401DE
Text Example
Text Example
White with #9401DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9401DE; }
p { color: rgb(148,1,222); }
H1.HeaderClassName
{
color: #9401DE;
}
.AnyTagClassName
{
color: #9401DE;
}
</style>
background-color css
<style>
a { background-color: #9401DE; }
a { background-color: rgb(148,1,222); }
div.DivClassName
{
background-color: #9401DE;
}
.BgClassName
{
background-color: #9401DE;
}
</style>
border-color css
<style>
span { border-color: #9401DE; }
span { border-color: rgb(148,1,222); }
td.TdClassName
{
border-color: #9401DE;
}
.TagClassName
{
border-color: #9401DE;
}
</style>