Shades of Dark Violet #9518CE
Tints of Dark Violet #9518CE
RGB
CMYK
RGB Variations
Color information
#9518CE (or 0x9518CE) is known color: Dark Violet. HEX triplet: 95, 18 and CE. RGB value is (149,24,206). Sum of RGB (Red+Green+Blue) = 149+24+206=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #9518CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518CE is #6AE731. Grayscale: #515151. Windows color (decimal): -7006002 or 13506709. OLE color: 13506709.
HSL color Cylindrical-coordinate representation of color #9518CE: hue angle of 281.21º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9518CE is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 24 | 206 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.19 |
| HSL | 281.21º | 0.79% | 0.45% | - |
| HSV(B) | 281.21º | 0.88% | 0.81% | - |
| XYZ | 23.86 | 11.5 | 59.35 | - |
| YUV | 82.12 | 197.91 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 206 | 0.28 | 0.88 | 0 | 0.19 | 281.21 | 0.79 | 0.45 |
| Hex | 95 | 18 | CE | 1C | 58 | 0 | 13 | 119 | 4F | 2D |
| Octal | 225 | 30 | 316 | 34 | 130 | 0 | 23 | 431 | 117 | 55 |
| Binary | 10010101 | 11000 | 11001110 | 11100 | 1011000 | 0 | 10011 | 100011001 | 1001111 | 101101 |
Color Harmonies of #9518CE
Complementary color
Monochromatic Colors of #9518CE
Black with #9518CE
Text Example
Text Example
White with #9518CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9518CE; }
p { color: rgb(149,24,206); }
H1.HeaderClassName
{
color: #9518CE;
}
.AnyTagClassName
{
color: #9518CE;
}
</style>
background-color css
<style>
a { background-color: #9518CE; }
a { background-color: rgb(149,24,206); }
div.DivClassName
{
background-color: #9518CE;
}
.BgClassName
{
background-color: #9518CE;
}
</style>
border-color css
<style>
span { border-color: #9518CE; }
span { border-color: rgb(149,24,206); }
td.TdClassName
{
border-color: #9518CE;
}
.TagClassName
{
border-color: #9518CE;
}
</style>