Shades of Dark Violet #9413D3
Tints of Dark Violet #9413D3
RGB
CMYK
RGB Variations
Color information
#9413D3 (or 0x9413D3) is known color: Dark Violet. HEX triplet: 94, 13 and D3. RGB value is (148,19,211). Sum of RGB (Red+Green+Blue) = 148+19+211=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #9413D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413D3 is #6BEC2C. Grayscale: #4E4E4E. Windows color (decimal): -7072813 or 13833108. OLE color: 13833108.
HSL color Cylindrical-coordinate representation of color #9413D3: hue angle of 280.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9413D3 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 19 | 211 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.17 |
| HSL | 280.31º | 0.83% | 0.45% | - |
| HSV(B) | 280.31º | 0.91% | 0.83% | - |
| XYZ | 24.2 | 11.46 | 62.57 | - |
| YUV | 79.46 | 202.24 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 211 | 0.30 | 0.91 | 0 | 0.17 | 280.31 | 0.83 | 0.45 |
| Hex | 94 | 13 | D3 | 1E | 5B | 0 | 11 | 118 | 53 | 2D |
| Octal | 224 | 23 | 323 | 36 | 133 | 0 | 21 | 430 | 123 | 55 |
| Binary | 10010100 | 10011 | 11010011 | 11110 | 1011011 | 0 | 10001 | 100011000 | 1010011 | 101101 |
Color Harmonies of #9413D3
Complementary color
Monochromatic Colors of #9413D3
Black with #9413D3
Text Example
Text Example
White with #9413D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9413D3; }
p { color: rgb(148,19,211); }
H1.HeaderClassName
{
color: #9413D3;
}
.AnyTagClassName
{
color: #9413D3;
}
</style>
background-color css
<style>
a { background-color: #9413D3; }
a { background-color: rgb(148,19,211); }
div.DivClassName
{
background-color: #9413D3;
}
.BgClassName
{
background-color: #9413D3;
}
</style>
border-color css
<style>
span { border-color: #9413D3; }
span { border-color: rgb(148,19,211); }
td.TdClassName
{
border-color: #9413D3;
}
.TagClassName
{
border-color: #9413D3;
}
</style>