Shades of Dark Violet #9D09DB
Tints of Dark Violet #9D09DB
RGB
CMYK
RGB Variations
Color information
#9D09DB (or 0x9D09DB) is known color: Dark Violet. HEX triplet: 9D, 09 and DB. RGB value is (157,9,219). Sum of RGB (Red+Green+Blue) = 157+9+219=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D09DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D09DB is #62F624. Grayscale: #4C4C4C. Windows color (decimal): -6485541 or 14354845. OLE color: 14354845.
HSL color Cylindrical-coordinate representation of color #9D09DB: hue angle of 282.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D09DB is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 9 | 219 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.14 |
| HSL | 282.29º | 0.92% | 0.45% | - |
| HSV(B) | 282.29º | 0.96% | 0.86% | - |
| XYZ | 26.79 | 12.48 | 68.01 | - |
| YUV | 77.19 | 208.03 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 219 | 0.28 | 0.96 | 0 | 0.14 | 282.29 | 0.92 | 0.45 |
| Hex | 9D | 9 | DB | 1C | 60 | 0 | E | 11A | 5C | 2D |
| Octal | 235 | 11 | 333 | 34 | 140 | 0 | 16 | 432 | 134 | 55 |
| Binary | 10011101 | 1001 | 11011011 | 11100 | 1100000 | 0 | 1110 | 100011010 | 1011100 | 101101 |
Color Harmonies of #9D09DB
Complementary color
Monochromatic Colors of #9D09DB
Black with #9D09DB
Text Example
Text Example
White with #9D09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D09DB; }
p { color: rgb(157,9,219); }
H1.HeaderClassName
{
color: #9D09DB;
}
.AnyTagClassName
{
color: #9D09DB;
}
</style>
background-color css
<style>
a { background-color: #9D09DB; }
a { background-color: rgb(157,9,219); }
div.DivClassName
{
background-color: #9D09DB;
}
.BgClassName
{
background-color: #9D09DB;
}
</style>
border-color css
<style>
span { border-color: #9D09DB; }
span { border-color: rgb(157,9,219); }
td.TdClassName
{
border-color: #9D09DB;
}
.TagClassName
{
border-color: #9D09DB;
}
</style>