Shades of Dark Violet #9500DB
Tints of Dark Violet #9500DB
RGB
CMYK
RGB Variations
Color information
#9500DB (or 0x9500DB) is known color: Dark Violet. HEX triplet: 95, 00 and DB. RGB value is (149,0,219). Sum of RGB (Red+Green+Blue) = 149+0+219=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #9500DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500DB is #6AFF24. Grayscale: #444444. Windows color (decimal): -7012133 or 14352533. OLE color: 14352533.
HSL color Cylindrical-coordinate representation of color #9500DB: hue angle of 280.82º 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 #9500DB is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 0 | 219 | - |
| CMYK | 0.32 | 1 | 0 | 0.14 |
| HSL | 280.82º | 1% | 0.43% | - |
| HSV(B) | 280.82º | 1% | 0.86% | - |
| XYZ | 25.18 | 11.5 | 67.91 | - |
| YUV | 69.52 | 212.36 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 219 | 0.32 | 1 | 0 | 0.14 | 280.82 | 1 | 0.43 |
| Hex | 95 | 0 | DB | 20 | 64 | 0 | E | 119 | 64 | 2B |
| Octal | 225 | 0 | 333 | 40 | 144 | 0 | 16 | 431 | 144 | 53 |
| Binary | 10010101 | 0 | 11011011 | 100000 | 1100100 | 0 | 1110 | 100011001 | 1100100 | 101011 |
Color Harmonies of #9500DB
Complementary color
Monochromatic Colors of #9500DB
Black with #9500DB
Text Example
Text Example
White with #9500DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9500DB; }
p { color: rgb(149,0,219); }
H1.HeaderClassName
{
color: #9500DB;
}
.AnyTagClassName
{
color: #9500DB;
}
</style>
background-color css
<style>
a { background-color: #9500DB; }
a { background-color: rgb(149,0,219); }
div.DivClassName
{
background-color: #9500DB;
}
.BgClassName
{
background-color: #9500DB;
}
</style>
border-color css
<style>
span { border-color: #9500DB; }
span { border-color: rgb(149,0,219); }
td.TdClassName
{
border-color: #9500DB;
}
.TagClassName
{
border-color: #9500DB;
}
</style>