Shades of Dark Violet #9516DB
Tints of Dark Violet #9516DB
RGB
CMYK
RGB Variations
Color information
#9516DB (or 0x9516DB) is known color: Dark Violet. HEX triplet: 95, 16 and DB. RGB value is (149,22,219). Sum of RGB (Red+Green+Blue) = 149+22+219=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #9516DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9516DB is #6AE924. Grayscale: #515151. Windows color (decimal): -7006501 or 14358165. OLE color: 14358165.
HSL color Cylindrical-coordinate representation of color #9516DB: hue angle of 278.68º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9516DB is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 22 | 219 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.14 |
| HSL | 278.68º | 0.82% | 0.47% | - |
| HSV(B) | 278.68º | 0.9% | 0.86% | - |
| XYZ | 25.47 | 12.08 | 68.01 | - |
| YUV | 82.43 | 205.08 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 219 | 0.32 | 0.90 | 0 | 0.14 | 278.68 | 0.82 | 0.47 |
| Hex | 95 | 16 | DB | 20 | 5A | 0 | E | 117 | 52 | 2F |
| Octal | 225 | 26 | 333 | 40 | 132 | 0 | 16 | 427 | 122 | 57 |
| Binary | 10010101 | 10110 | 11011011 | 100000 | 1011010 | 0 | 1110 | 100010111 | 1010010 | 101111 |
Color Harmonies of #9516DB
Complementary color
Monochromatic Colors of #9516DB
Black with #9516DB
Text Example
Text Example
White with #9516DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9516DB; }
p { color: rgb(149,22,219); }
H1.HeaderClassName
{
color: #9516DB;
}
.AnyTagClassName
{
color: #9516DB;
}
</style>
background-color css
<style>
a { background-color: #9516DB; }
a { background-color: rgb(149,22,219); }
div.DivClassName
{
background-color: #9516DB;
}
.BgClassName
{
background-color: #9516DB;
}
</style>
border-color css
<style>
span { border-color: #9516DB; }
span { border-color: rgb(149,22,219); }
td.TdClassName
{
border-color: #9516DB;
}
.TagClassName
{
border-color: #9516DB;
}
</style>