Shades of Dark Violet #9D09BE
Tints of Dark Violet #9D09BE
RGB
CMYK
RGB Variations
Color information
#9D09BE (or 0x9D09BE) is known color: Dark Violet. HEX triplet: 9D, 09 and BE. RGB value is (157,9,190). Sum of RGB (Red+Green+Blue) = 157+9+190=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D09BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D09BE is #62F641. Grayscale: #494949. Windows color (decimal): -6485570 or 12454301. OLE color: 12454301.
HSL color Cylindrical-coordinate representation of color #9D09BE: hue angle of 289.06º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D09BE is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 9 | 190 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.25 |
| HSL | 289.06º | 0.91% | 0.39% | - |
| HSV(B) | 289.06º | 0.95% | 0.75% | - |
| XYZ | 23.3 | 11.08 | 49.63 | - |
| YUV | 73.89 | 193.53 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 190 | 0.17 | 0.95 | 0 | 0.25 | 289.06 | 0.91 | 0.39 |
| Hex | 9D | 9 | BE | 11 | 5F | 0 | 19 | 121 | 5B | 27 |
| Octal | 235 | 11 | 276 | 21 | 137 | 0 | 31 | 441 | 133 | 47 |
| Binary | 10011101 | 1001 | 10111110 | 10001 | 1011111 | 0 | 11001 | 100100001 | 1011011 | 100111 |
Color Harmonies of #9D09BE
Complementary color
Monochromatic Colors of #9D09BE
Black with #9D09BE
Text Example
Text Example
White with #9D09BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D09BE; }
p { color: rgb(157,9,190); }
H1.HeaderClassName
{
color: #9D09BE;
}
.AnyTagClassName
{
color: #9D09BE;
}
</style>
background-color css
<style>
a { background-color: #9D09BE; }
a { background-color: rgb(157,9,190); }
div.DivClassName
{
background-color: #9D09BE;
}
.BgClassName
{
background-color: #9D09BE;
}
</style>
border-color css
<style>
span { border-color: #9D09BE; }
span { border-color: rgb(157,9,190); }
td.TdClassName
{
border-color: #9D09BE;
}
.TagClassName
{
border-color: #9D09BE;
}
</style>