Shades of Dark Violet #9413DD
Tints of Dark Violet #9413DD
RGB
CMYK
RGB Variations
Color information
#9413DD (or 0x9413DD) is known color: Dark Violet. HEX triplet: 94, 13 and DD. RGB value is (148,19,221). Sum of RGB (Red+Green+Blue) = 148+19+221=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #9413DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413DD is #6BEC22. Grayscale: #4F4F4F. Windows color (decimal): -7072803 or 14488468. OLE color: 14488468.
HSL color Cylindrical-coordinate representation of color #9413DD: hue angle of 278.32º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9413DD is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 19 | 221 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.13 |
| HSL | 278.32º | 0.84% | 0.47% | - |
| HSV(B) | 278.32º | 0.91% | 0.87% | - |
| XYZ | 25.5 | 11.98 | 69.38 | - |
| YUV | 80.6 | 207.24 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 221 | 0.33 | 0.91 | 0 | 0.13 | 278.32 | 0.84 | 0.47 |
| Hex | 94 | 13 | DD | 21 | 5B | 0 | D | 116 | 54 | 2F |
| Octal | 224 | 23 | 335 | 41 | 133 | 0 | 15 | 426 | 124 | 57 |
| Binary | 10010100 | 10011 | 11011101 | 100001 | 1011011 | 0 | 1101 | 100010110 | 1010100 | 101111 |
Color Harmonies of #9413DD
Complementary color
Monochromatic Colors of #9413DD
Black with #9413DD
Text Example
Text Example
White with #9413DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9413DD; }
p { color: rgb(148,19,221); }
H1.HeaderClassName
{
color: #9413DD;
}
.AnyTagClassName
{
color: #9413DD;
}
</style>
background-color css
<style>
a { background-color: #9413DD; }
a { background-color: rgb(148,19,221); }
div.DivClassName
{
background-color: #9413DD;
}
.BgClassName
{
background-color: #9413DD;
}
</style>
border-color css
<style>
span { border-color: #9413DD; }
span { border-color: rgb(148,19,221); }
td.TdClassName
{
border-color: #9413DD;
}
.TagClassName
{
border-color: #9413DD;
}
</style>