Shades of Dark Violet #9D0BE5
Tints of Dark Violet #9D0BE5
RGB
CMYK
RGB Variations
Color information
#9D0BE5 (or 0x9D0BE5) is known color: Dark Violet. HEX triplet: 9D, 0B and E5. RGB value is (157,11,229). Sum of RGB (Red+Green+Blue) = 157+11+229=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #9D0BE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0BE5 is #62F41A. Grayscale: #4E4E4E. Windows color (decimal): -6485019 or 15010717. OLE color: 15010717.
HSL color Cylindrical-coordinate representation of color #9D0BE5: hue angle of 280.18º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0BE5 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 11 | 229 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.10 |
| HSL | 280.18º | 0.91% | 0.47% | - |
| HSV(B) | 280.18º | 0.95% | 0.9% | - |
| XYZ | 28.17 | 13.06 | 75.17 | - |
| YUV | 79.51 | 212.37 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 229 | 0.31 | 0.95 | 0 | 0.10 | 280.18 | 0.91 | 0.47 |
| Hex | 9D | B | E5 | 1F | 5F | 0 | A | 118 | 5B | 2F |
| Octal | 235 | 13 | 345 | 37 | 137 | 0 | 12 | 430 | 133 | 57 |
| Binary | 10011101 | 1011 | 11100101 | 11111 | 1011111 | 0 | 1010 | 100011000 | 1011011 | 101111 |
Color Harmonies of #9D0BE5
Complementary color
Monochromatic Colors of #9D0BE5
Black with #9D0BE5
Text Example
Text Example
White with #9D0BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0BE5; }
p { color: rgb(157,11,229); }
H1.HeaderClassName
{
color: #9D0BE5;
}
.AnyTagClassName
{
color: #9D0BE5;
}
</style>
background-color css
<style>
a { background-color: #9D0BE5; }
a { background-color: rgb(157,11,229); }
div.DivClassName
{
background-color: #9D0BE5;
}
.BgClassName
{
background-color: #9D0BE5;
}
</style>
border-color css
<style>
span { border-color: #9D0BE5; }
span { border-color: rgb(157,11,229); }
td.TdClassName
{
border-color: #9D0BE5;
}
.TagClassName
{
border-color: #9D0BE5;
}
</style>