Shades of Dark Violet #9401DD
Tints of Dark Violet #9401DD
RGB
CMYK
RGB Variations
Color information
#9401DD (or 0x9401DD) is known color: Dark Violet. HEX triplet: 94, 01 and DD. RGB value is (148,1,221). Sum of RGB (Red+Green+Blue) = 148+1+221=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #9401DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9401DD is #6BFE22. Grayscale: #454545. Windows color (decimal): -7077411 or 14483860. OLE color: 14483860.
HSL color Cylindrical-coordinate representation of color #9401DD: hue angle of 280.09º 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 #9401DD is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 1 | 221 | - |
| CMYK | 0.33 | 1.00 | 0 | 0.13 |
| HSL | 280.09º | 0.99% | 0.44% | - |
| HSV(B) | 280.09º | 1% | 0.87% | - |
| XYZ | 25.27 | 11.54 | 69.3 | - |
| YUV | 70.03 | 213.2 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 221 | 0.33 | 1.00 | 0 | 0.13 | 280.09 | 0.99 | 0.44 |
| Hex | 94 | 1 | DD | 21 | 64 | 0 | D | 118 | 63 | 2C |
| Octal | 224 | 1 | 335 | 41 | 144 | 0 | 15 | 430 | 143 | 54 |
| Binary | 10010100 | 1 | 11011101 | 100001 | 1100100 | 0 | 1101 | 100011000 | 1100011 | 101100 |
Color Harmonies of #9401DD
Complementary color
Monochromatic Colors of #9401DD
Black with #9401DD
Text Example
Text Example
White with #9401DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9401DD; }
p { color: rgb(148,1,221); }
H1.HeaderClassName
{
color: #9401DD;
}
.AnyTagClassName
{
color: #9401DD;
}
</style>
background-color css
<style>
a { background-color: #9401DD; }
a { background-color: rgb(148,1,221); }
div.DivClassName
{
background-color: #9401DD;
}
.BgClassName
{
background-color: #9401DD;
}
</style>
border-color css
<style>
span { border-color: #9401DD; }
span { border-color: rgb(148,1,221); }
td.TdClassName
{
border-color: #9401DD;
}
.TagClassName
{
border-color: #9401DD;
}
</style>