Shades of Dark Violet #9514CE
Tints of Dark Violet #9514CE
RGB
CMYK
RGB Variations
Color information
#9514CE (or 0x9514CE) is known color: Dark Violet. HEX triplet: 95, 14 and CE. RGB value is (149,20,206). Sum of RGB (Red+Green+Blue) = 149+20+206=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #9514CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9514CE is #6AEB31. Grayscale: #4F4F4F. Windows color (decimal): -7007026 or 13505685. OLE color: 13505685.
HSL color Cylindrical-coordinate representation of color #9514CE: hue angle of 281.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9514CE is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 20 | 206 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.19 |
| HSL | 281.61º | 0.82% | 0.44% | - |
| HSV(B) | 281.61º | 0.9% | 0.81% | - |
| XYZ | 23.79 | 11.35 | 59.33 | - |
| YUV | 79.78 | 199.24 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 206 | 0.28 | 0.90 | 0 | 0.19 | 281.61 | 0.82 | 0.44 |
| Hex | 95 | 14 | CE | 1C | 5A | 0 | 13 | 11A | 52 | 2C |
| Octal | 225 | 24 | 316 | 34 | 132 | 0 | 23 | 432 | 122 | 54 |
| Binary | 10010101 | 10100 | 11001110 | 11100 | 1011010 | 0 | 10011 | 100011010 | 1010010 | 101100 |
Color Harmonies of #9514CE
Complementary color
Monochromatic Colors of #9514CE
Black with #9514CE
Text Example
Text Example
White with #9514CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9514CE; }
p { color: rgb(149,20,206); }
H1.HeaderClassName
{
color: #9514CE;
}
.AnyTagClassName
{
color: #9514CE;
}
</style>
background-color css
<style>
a { background-color: #9514CE; }
a { background-color: rgb(149,20,206); }
div.DivClassName
{
background-color: #9514CE;
}
.BgClassName
{
background-color: #9514CE;
}
</style>
border-color css
<style>
span { border-color: #9514CE; }
span { border-color: rgb(149,20,206); }
td.TdClassName
{
border-color: #9514CE;
}
.TagClassName
{
border-color: #9514CE;
}
</style>