Shades of Dark Violet #9505DB
Tints of Dark Violet #9505DB
RGB
CMYK
RGB Variations
Color information
#9505DB (or 0x9505DB) is known color: Dark Violet. HEX triplet: 95, 05 and DB. RGB value is (149,5,219). Sum of RGB (Red+Green+Blue) = 149+5+219=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #9505DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9505DB is #6AFA24. Grayscale: #474747. Windows color (decimal): -7010853 or 14353813. OLE color: 14353813.
HSL color Cylindrical-coordinate representation of color #9505DB: hue angle of 280.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9505DB is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 5 | 219 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.14 |
| HSL | 280.37º | 0.96% | 0.44% | - |
| HSV(B) | 280.37º | 0.98% | 0.86% | - |
| XYZ | 25.23 | 11.61 | 67.93 | - |
| YUV | 72.45 | 210.71 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 219 | 0.32 | 0.98 | 0 | 0.14 | 280.37 | 0.96 | 0.44 |
| Hex | 95 | 5 | DB | 20 | 62 | 0 | E | 118 | 60 | 2C |
| Octal | 225 | 5 | 333 | 40 | 142 | 0 | 16 | 430 | 140 | 54 |
| Binary | 10010101 | 101 | 11011011 | 100000 | 1100010 | 0 | 1110 | 100011000 | 1100000 | 101100 |
Color Harmonies of #9505DB
Complementary color
Monochromatic Colors of #9505DB
Black with #9505DB
Text Example
Text Example
White with #9505DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9505DB; }
p { color: rgb(149,5,219); }
H1.HeaderClassName
{
color: #9505DB;
}
.AnyTagClassName
{
color: #9505DB;
}
</style>
background-color css
<style>
a { background-color: #9505DB; }
a { background-color: rgb(149,5,219); }
div.DivClassName
{
background-color: #9505DB;
}
.BgClassName
{
background-color: #9505DB;
}
</style>
border-color css
<style>
span { border-color: #9505DB; }
span { border-color: rgb(149,5,219); }
td.TdClassName
{
border-color: #9505DB;
}
.TagClassName
{
border-color: #9505DB;
}
</style>