Shades of Dark Violet #9615DC
Tints of Dark Violet #9615DC
RGB
CMYK
RGB Variations
Color information
#9615DC (or 0x9615DC) is known color: Dark Violet. HEX triplet: 96, 15 and DC. RGB value is (150,21,220). Sum of RGB (Red+Green+Blue) = 150+21+220=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #9615DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9615DC is #69EA23. Grayscale: #515151. Windows color (decimal): -6941220 or 14423446. OLE color: 14423446.
HSL color Cylindrical-coordinate representation of color #9615DC: hue angle of 278.89º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9615DC is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 21 | 220 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.14 |
| HSL | 278.89º | 0.83% | 0.47% | - |
| HSV(B) | 278.89º | 0.9% | 0.86% | - |
| XYZ | 25.76 | 12.19 | 68.7 | - |
| YUV | 82.26 | 205.74 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 220 | 0.32 | 0.90 | 0 | 0.14 | 278.89 | 0.83 | 0.47 |
| Hex | 96 | 15 | DC | 20 | 5A | 0 | E | 117 | 53 | 2F |
| Octal | 226 | 25 | 334 | 40 | 132 | 0 | 16 | 427 | 123 | 57 |
| Binary | 10010110 | 10101 | 11011100 | 100000 | 1011010 | 0 | 1110 | 100010111 | 1010011 | 101111 |
Color Harmonies of #9615DC
Complementary color
Monochromatic Colors of #9615DC
Black with #9615DC
Text Example
Text Example
White with #9615DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9615DC; }
p { color: rgb(150,21,220); }
H1.HeaderClassName
{
color: #9615DC;
}
.AnyTagClassName
{
color: #9615DC;
}
</style>
background-color css
<style>
a { background-color: #9615DC; }
a { background-color: rgb(150,21,220); }
div.DivClassName
{
background-color: #9615DC;
}
.BgClassName
{
background-color: #9615DC;
}
</style>
border-color css
<style>
span { border-color: #9615DC; }
span { border-color: rgb(150,21,220); }
td.TdClassName
{
border-color: #9615DC;
}
.TagClassName
{
border-color: #9615DC;
}
</style>