Shades of Dark Violet #9514DB
Tints of Dark Violet #9514DB
RGB
CMYK
RGB Variations
Color information
#9514DB (or 0x9514DB) is known color: Dark Violet. HEX triplet: 95, 14 and DB. RGB value is (149,20,219). Sum of RGB (Red+Green+Blue) = 149+20+219=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #9514DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9514DB is #6AEB24. Grayscale: #505050. Windows color (decimal): -7007013 or 14357653. OLE color: 14357653.
HSL color Cylindrical-coordinate representation of color #9514DB: 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.91%. Process color model (Four color, CMYK) of #9514DB is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 20 | 219 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.14 |
| HSL | 278.89º | 0.83% | 0.47% | - |
| HSV(B) | 278.89º | 0.91% | 0.86% | - |
| XYZ | 25.43 | 12 | 67.99 | - |
| YUV | 81.26 | 205.74 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 219 | 0.32 | 0.91 | 0 | 0.14 | 278.89 | 0.83 | 0.47 |
| Hex | 95 | 14 | DB | 20 | 5B | 0 | E | 117 | 53 | 2F |
| Octal | 225 | 24 | 333 | 40 | 133 | 0 | 16 | 427 | 123 | 57 |
| Binary | 10010101 | 10100 | 11011011 | 100000 | 1011011 | 0 | 1110 | 100010111 | 1010011 | 101111 |
Color Harmonies of #9514DB
Complementary color
Monochromatic Colors of #9514DB
Black with #9514DB
Text Example
Text Example
White with #9514DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9514DB; }
p { color: rgb(149,20,219); }
H1.HeaderClassName
{
color: #9514DB;
}
.AnyTagClassName
{
color: #9514DB;
}
</style>
background-color css
<style>
a { background-color: #9514DB; }
a { background-color: rgb(149,20,219); }
div.DivClassName
{
background-color: #9514DB;
}
.BgClassName
{
background-color: #9514DB;
}
</style>
border-color css
<style>
span { border-color: #9514DB; }
span { border-color: rgb(149,20,219); }
td.TdClassName
{
border-color: #9514DB;
}
.TagClassName
{
border-color: #9514DB;
}
</style>