Shades of Dark Violet #9500DC
Tints of Dark Violet #9500DC
RGB
CMYK
RGB Variations
Color information
#9500DC (or 0x9500DC) is known color: Dark Violet. HEX triplet: 95, 00 and DC. RGB value is (149,0,220). Sum of RGB (Red+Green+Blue) = 149+0+220=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #9500DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500DC is #6AFF23. Grayscale: #444444. Windows color (decimal): -7012132 or 14418069. OLE color: 14418069.
HSL color Cylindrical-coordinate representation of color #9500DC: hue angle of 280.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500DC is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 0 | 220 | - |
| CMYK | 0.32 | 1 | 0 | 0.14 |
| HSL | 280.64º | 1% | 0.43% | - |
| HSV(B) | 280.64º | 1% | 0.86% | - |
| XYZ | 25.31 | 11.56 | 68.61 | - |
| YUV | 69.63 | 212.86 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 220 | 0.32 | 1 | 0 | 0.14 | 280.64 | 1 | 0.43 |
| Hex | 95 | 0 | DC | 20 | 64 | 0 | E | 119 | 64 | 2B |
| Octal | 225 | 0 | 334 | 40 | 144 | 0 | 16 | 431 | 144 | 53 |
| Binary | 10010101 | 0 | 11011100 | 100000 | 1100100 | 0 | 1110 | 100011001 | 1100100 | 101011 |
Color Harmonies of #9500DC
Complementary color
Monochromatic Colors of #9500DC
Black with #9500DC
Text Example
Text Example
White with #9500DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9500DC; }
p { color: rgb(149,0,220); }
H1.HeaderClassName
{
color: #9500DC;
}
.AnyTagClassName
{
color: #9500DC;
}
</style>
background-color css
<style>
a { background-color: #9500DC; }
a { background-color: rgb(149,0,220); }
div.DivClassName
{
background-color: #9500DC;
}
.BgClassName
{
background-color: #9500DC;
}
</style>
border-color css
<style>
span { border-color: #9500DC; }
span { border-color: rgb(149,0,220); }
td.TdClassName
{
border-color: #9500DC;
}
.TagClassName
{
border-color: #9500DC;
}
</style>