Shades of Dark Violet #9518D0
Tints of Dark Violet #9518D0
RGB
CMYK
RGB Variations
Color information
#9518D0 (or 0x9518D0) is known color: Dark Violet. HEX triplet: 95, 18 and D0. RGB value is (149,24,208). Sum of RGB (Red+Green+Blue) = 149+24+208=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #9518D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518D0 is #6AE72F. Grayscale: #515151. Windows color (decimal): -7006000 or 13637781. OLE color: 13637781.
HSL color Cylindrical-coordinate representation of color #9518D0: hue angle of 280.76º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9518D0 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 24 | 208 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.18 |
| HSL | 280.76º | 0.79% | 0.45% | - |
| HSV(B) | 280.76º | 0.88% | 0.82% | - |
| XYZ | 24.11 | 11.6 | 60.64 | - |
| YUV | 82.35 | 198.91 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 208 | 0.28 | 0.88 | 0 | 0.18 | 280.76 | 0.79 | 0.45 |
| Hex | 95 | 18 | D0 | 1C | 58 | 0 | 12 | 119 | 4F | 2D |
| Octal | 225 | 30 | 320 | 34 | 130 | 0 | 22 | 431 | 117 | 55 |
| Binary | 10010101 | 11000 | 11010000 | 11100 | 1011000 | 0 | 10010 | 100011001 | 1001111 | 101101 |
Color Harmonies of #9518D0
Complementary color
Monochromatic Colors of #9518D0
Black with #9518D0
Text Example
Text Example
White with #9518D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9518D0; }
p { color: rgb(149,24,208); }
H1.HeaderClassName
{
color: #9518D0;
}
.AnyTagClassName
{
color: #9518D0;
}
</style>
background-color css
<style>
a { background-color: #9518D0; }
a { background-color: rgb(149,24,208); }
div.DivClassName
{
background-color: #9518D0;
}
.BgClassName
{
background-color: #9518D0;
}
</style>
border-color css
<style>
span { border-color: #9518D0; }
span { border-color: rgb(149,24,208); }
td.TdClassName
{
border-color: #9518D0;
}
.TagClassName
{
border-color: #9518D0;
}
</style>