Shades of Dark Violet #9513CE
Tints of Dark Violet #9513CE
RGB
CMYK
RGB Variations
Color information
#9513CE (or 0x9513CE) is known color: Dark Violet. HEX triplet: 95, 13 and CE. RGB value is (149,19,206). Sum of RGB (Red+Green+Blue) = 149+19+206=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #9513CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9513CE is #6AEC31. Grayscale: #4E4E4E. Windows color (decimal): -7007282 or 13505429. OLE color: 13505429.
HSL color Cylindrical-coordinate representation of color #9513CE: hue angle of 281.71º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9513CE is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 19 | 206 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.19 |
| HSL | 281.71º | 0.83% | 0.44% | - |
| HSV(B) | 281.71º | 0.91% | 0.81% | - |
| XYZ | 23.77 | 11.31 | 59.32 | - |
| YUV | 79.19 | 199.57 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 206 | 0.28 | 0.91 | 0 | 0.19 | 281.71 | 0.83 | 0.44 |
| Hex | 95 | 13 | CE | 1C | 5B | 0 | 13 | 11A | 53 | 2C |
| Octal | 225 | 23 | 316 | 34 | 133 | 0 | 23 | 432 | 123 | 54 |
| Binary | 10010101 | 10011 | 11001110 | 11100 | 1011011 | 0 | 10011 | 100011010 | 1010011 | 101100 |
Color Harmonies of #9513CE
Complementary color
Monochromatic Colors of #9513CE
Black with #9513CE
Text Example
Text Example
White with #9513CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9513CE; }
p { color: rgb(149,19,206); }
H1.HeaderClassName
{
color: #9513CE;
}
.AnyTagClassName
{
color: #9513CE;
}
</style>
background-color css
<style>
a { background-color: #9513CE; }
a { background-color: rgb(149,19,206); }
div.DivClassName
{
background-color: #9513CE;
}
.BgClassName
{
background-color: #9513CE;
}
</style>
border-color css
<style>
span { border-color: #9513CE; }
span { border-color: rgb(149,19,206); }
td.TdClassName
{
border-color: #9513CE;
}
.TagClassName
{
border-color: #9513CE;
}
</style>