Shades of Dark Violet #9413CD
Tints of Dark Violet #9413CD
RGB
CMYK
RGB Variations
Color information
#9413CD (or 0x9413CD) is known color: Dark Violet. HEX triplet: 94, 13 and CD. RGB value is (148,19,205). Sum of RGB (Red+Green+Blue) = 148+19+205=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #9413CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413CD is #6BEC32. Grayscale: #4E4E4E. Windows color (decimal): -7072819 or 13439892. OLE color: 13439892.
HSL color Cylindrical-coordinate representation of color #9413CD: hue angle of 281.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9413CD is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 19 | 205 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.20 |
| HSL | 281.61º | 0.83% | 0.44% | - |
| HSV(B) | 281.61º | 0.91% | 0.8% | - |
| XYZ | 23.47 | 11.17 | 58.68 | - |
| YUV | 78.78 | 199.24 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 205 | 0.28 | 0.91 | 0 | 0.20 | 281.61 | 0.83 | 0.44 |
| Hex | 94 | 13 | CD | 1C | 5B | 0 | 14 | 11A | 53 | 2C |
| Octal | 224 | 23 | 315 | 34 | 133 | 0 | 24 | 432 | 123 | 54 |
| Binary | 10010100 | 10011 | 11001101 | 11100 | 1011011 | 0 | 10100 | 100011010 | 1010011 | 101100 |
Color Harmonies of #9413CD
Complementary color
Monochromatic Colors of #9413CD
Black with #9413CD
Text Example
Text Example
White with #9413CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9413CD; }
p { color: rgb(148,19,205); }
H1.HeaderClassName
{
color: #9413CD;
}
.AnyTagClassName
{
color: #9413CD;
}
</style>
background-color css
<style>
a { background-color: #9413CD; }
a { background-color: rgb(148,19,205); }
div.DivClassName
{
background-color: #9413CD;
}
.BgClassName
{
background-color: #9413CD;
}
</style>
border-color css
<style>
span { border-color: #9413CD; }
span { border-color: rgb(148,19,205); }
td.TdClassName
{
border-color: #9413CD;
}
.TagClassName
{
border-color: #9413CD;
}
</style>