Shades of Dark Violet #9613DC
Tints of Dark Violet #9613DC
RGB
CMYK
RGB Variations
Color information
#9613DC (or 0x9613DC) is known color: Dark Violet. HEX triplet: 96, 13 and DC. RGB value is (150,19,220). Sum of RGB (Red+Green+Blue) = 150+19+220=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #9613DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9613DC is #69EC23. Grayscale: #505050. Windows color (decimal): -6941732 or 14422934. OLE color: 14422934.
HSL color Cylindrical-coordinate representation of color #9613DC: hue angle of 279.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9613DC is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 19 | 220 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.14 |
| HSL | 279.1º | 0.84% | 0.47% | - |
| HSV(B) | 279.1º | 0.91% | 0.86% | - |
| XYZ | 25.73 | 12.12 | 68.69 | - |
| YUV | 81.08 | 206.4 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 220 | 0.32 | 0.91 | 0 | 0.14 | 279.1 | 0.84 | 0.47 |
| Hex | 96 | 13 | DC | 20 | 5B | 0 | E | 117 | 54 | 2F |
| Octal | 226 | 23 | 334 | 40 | 133 | 0 | 16 | 427 | 124 | 57 |
| Binary | 10010110 | 10011 | 11011100 | 100000 | 1011011 | 0 | 1110 | 100010111 | 1010100 | 101111 |
Color Harmonies of #9613DC
Complementary color
Monochromatic Colors of #9613DC
Black with #9613DC
Text Example
Text Example
White with #9613DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9613DC; }
p { color: rgb(150,19,220); }
H1.HeaderClassName
{
color: #9613DC;
}
.AnyTagClassName
{
color: #9613DC;
}
</style>
background-color css
<style>
a { background-color: #9613DC; }
a { background-color: rgb(150,19,220); }
div.DivClassName
{
background-color: #9613DC;
}
.BgClassName
{
background-color: #9613DC;
}
</style>
border-color css
<style>
span { border-color: #9613DC; }
span { border-color: rgb(150,19,220); }
td.TdClassName
{
border-color: #9613DC;
}
.TagClassName
{
border-color: #9613DC;
}
</style>