Shades of Dark Violet #9513DC
Tints of Dark Violet #9513DC
RGB
CMYK
RGB Variations
Color information
#9513DC (or 0x9513DC) is known color: Dark Violet. HEX triplet: 95, 13 and DC. RGB value is (149,19,220). Sum of RGB (Red+Green+Blue) = 149+19+220=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #9513DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9513DC is #6AEC23. Grayscale: #505050. Windows color (decimal): -7007268 or 14422933. OLE color: 14422933.
HSL color Cylindrical-coordinate representation of color #9513DC: hue angle of 278.81º 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 #9513DC is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 19 | 220 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.14 |
| HSL | 278.81º | 0.84% | 0.47% | - |
| HSV(B) | 278.81º | 0.91% | 0.86% | - |
| XYZ | 25.55 | 12.02 | 68.68 | - |
| YUV | 80.78 | 206.57 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 220 | 0.32 | 0.91 | 0 | 0.14 | 278.81 | 0.84 | 0.47 |
| Hex | 95 | 13 | DC | 20 | 5B | 0 | E | 117 | 54 | 2F |
| Octal | 225 | 23 | 334 | 40 | 133 | 0 | 16 | 427 | 124 | 57 |
| Binary | 10010101 | 10011 | 11011100 | 100000 | 1011011 | 0 | 1110 | 100010111 | 1010100 | 101111 |
Color Harmonies of #9513DC
Complementary color
Monochromatic Colors of #9513DC
Black with #9513DC
Text Example
Text Example
White with #9513DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9513DC; }
p { color: rgb(149,19,220); }
H1.HeaderClassName
{
color: #9513DC;
}
.AnyTagClassName
{
color: #9513DC;
}
</style>
background-color css
<style>
a { background-color: #9513DC; }
a { background-color: rgb(149,19,220); }
div.DivClassName
{
background-color: #9513DC;
}
.BgClassName
{
background-color: #9513DC;
}
</style>
border-color css
<style>
span { border-color: #9513DC; }
span { border-color: rgb(149,19,220); }
td.TdClassName
{
border-color: #9513DC;
}
.TagClassName
{
border-color: #9513DC;
}
</style>