Shades of Dark Violet #9D09BD
Tints of Dark Violet #9D09BD
RGB
CMYK
RGB Variations
Color information
#9D09BD (or 0x9D09BD) is known color: Dark Violet. HEX triplet: 9D, 09 and BD. RGB value is (157,9,189). Sum of RGB (Red+Green+Blue) = 157+9+189=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D09BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D09BD is #62F642. Grayscale: #494949. Windows color (decimal): -6485571 or 12388765. OLE color: 12388765.
HSL color Cylindrical-coordinate representation of color #9D09BD: hue angle of 289.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D09BD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 9 | 189 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.26 |
| HSL | 289.33º | 0.91% | 0.39% | - |
| HSV(B) | 289.33º | 0.95% | 0.74% | - |
| XYZ | 23.19 | 11.04 | 49.05 | - |
| YUV | 73.77 | 193.03 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 189 | 0.17 | 0.95 | 0 | 0.26 | 289.33 | 0.91 | 0.39 |
| Hex | 9D | 9 | BD | 11 | 5F | 0 | 1A | 121 | 5B | 27 |
| Octal | 235 | 11 | 275 | 21 | 137 | 0 | 32 | 441 | 133 | 47 |
| Binary | 10011101 | 1001 | 10111101 | 10001 | 1011111 | 0 | 11010 | 100100001 | 1011011 | 100111 |
Color Harmonies of #9D09BD
Complementary color
Monochromatic Colors of #9D09BD
Black with #9D09BD
Text Example
Text Example
White with #9D09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D09BD; }
p { color: rgb(157,9,189); }
H1.HeaderClassName
{
color: #9D09BD;
}
.AnyTagClassName
{
color: #9D09BD;
}
</style>
background-color css
<style>
a { background-color: #9D09BD; }
a { background-color: rgb(157,9,189); }
div.DivClassName
{
background-color: #9D09BD;
}
.BgClassName
{
background-color: #9D09BD;
}
</style>
border-color css
<style>
span { border-color: #9D09BD; }
span { border-color: rgb(157,9,189); }
td.TdClassName
{
border-color: #9D09BD;
}
.TagClassName
{
border-color: #9D09BD;
}
</style>