Shades of Dark Violet #9515DF
Tints of Dark Violet #9515DF
RGB
CMYK
RGB Variations
Color information
#9515DF (or 0x9515DF) is known color: Dark Violet. HEX triplet: 95, 15 and DF. RGB value is (149,21,223). Sum of RGB (Red+Green+Blue) = 149+21+223=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #9515DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9515DF is #6AEA20. Grayscale: #515151. Windows color (decimal): -7006753 or 14620053. OLE color: 14620053.
HSL color Cylindrical-coordinate representation of color #9515DF: hue angle of 278.02º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9515DF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 21 | 223 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.13 |
| HSL | 278.02º | 0.83% | 0.48% | - |
| HSV(B) | 278.02º | 0.91% | 0.87% | - |
| XYZ | 25.98 | 12.25 | 70.81 | - |
| YUV | 82.3 | 207.41 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 223 | 0.33 | 0.91 | 0 | 0.13 | 278.02 | 0.83 | 0.48 |
| Hex | 95 | 15 | DF | 21 | 5B | 0 | D | 116 | 53 | 30 |
| Octal | 225 | 25 | 337 | 41 | 133 | 0 | 15 | 426 | 123 | 60 |
| Binary | 10010101 | 10101 | 11011111 | 100001 | 1011011 | 0 | 1101 | 100010110 | 1010011 | 110000 |
Color Harmonies of #9515DF
Complementary color
Monochromatic Colors of #9515DF
Black with #9515DF
Text Example
Text Example
White with #9515DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9515DF; }
p { color: rgb(149,21,223); }
H1.HeaderClassName
{
color: #9515DF;
}
.AnyTagClassName
{
color: #9515DF;
}
</style>
background-color css
<style>
a { background-color: #9515DF; }
a { background-color: rgb(149,21,223); }
div.DivClassName
{
background-color: #9515DF;
}
.BgClassName
{
background-color: #9515DF;
}
</style>
border-color css
<style>
span { border-color: #9515DF; }
span { border-color: rgb(149,21,223); }
td.TdClassName
{
border-color: #9515DF;
}
.TagClassName
{
border-color: #9515DF;
}
</style>