Shades of Dark Violet #9413D0
Tints of Dark Violet #9413D0
RGB
CMYK
RGB Variations
Color information
#9413D0 (or 0x9413D0) is known color: Dark Violet. HEX triplet: 94, 13 and D0. RGB value is (148,19,208). Sum of RGB (Red+Green+Blue) = 148+19+208=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #9413D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413D0 is #6BEC2F. Grayscale: #4E4E4E. Windows color (decimal): -7072816 or 13636500. OLE color: 13636500.
HSL color Cylindrical-coordinate representation of color #9413D0: hue angle of 280.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9413D0 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 19 | 208 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.18 |
| HSL | 280.95º | 0.83% | 0.45% | - |
| HSV(B) | 280.95º | 0.91% | 0.82% | - |
| XYZ | 23.83 | 11.32 | 60.6 | - |
| YUV | 79.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 208 | 0.29 | 0.91 | 0 | 0.18 | 280.95 | 0.83 | 0.45 |
| Hex | 94 | 13 | D0 | 1D | 5B | 0 | 12 | 119 | 53 | 2D |
| Octal | 224 | 23 | 320 | 35 | 133 | 0 | 22 | 431 | 123 | 55 |
| Binary | 10010100 | 10011 | 11010000 | 11101 | 1011011 | 0 | 10010 | 100011001 | 1010011 | 101101 |
Color Harmonies of #9413D0
Complementary color
Monochromatic Colors of #9413D0
Black with #9413D0
Text Example
Text Example
White with #9413D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9413D0; }
p { color: rgb(148,19,208); }
H1.HeaderClassName
{
color: #9413D0;
}
.AnyTagClassName
{
color: #9413D0;
}
</style>
background-color css
<style>
a { background-color: #9413D0; }
a { background-color: rgb(148,19,208); }
div.DivClassName
{
background-color: #9413D0;
}
.BgClassName
{
background-color: #9413D0;
}
</style>
border-color css
<style>
span { border-color: #9413D0; }
span { border-color: rgb(148,19,208); }
td.TdClassName
{
border-color: #9413D0;
}
.TagClassName
{
border-color: #9413D0;
}
</style>