Shades of Dark Violet #9B0DE1
Tints of Dark Violet #9B0DE1
RGB
CMYK
RGB Variations
Color information
#9B0DE1 (or 0x9B0DE1) is known color: Dark Violet. HEX triplet: 9B, 0D and E1. RGB value is (155,13,225). Sum of RGB (Red+Green+Blue) = 155+13+225=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B0DE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0DE1 is #64F21E. Grayscale: #4E4E4E. Windows color (decimal): -6615583 or 14749083. OLE color: 14749083.
HSL color Cylindrical-coordinate representation of color #9B0DE1: hue angle of 280.19º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0DE1 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 13 | 225 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.12 |
| HSL | 280.19º | 0.89% | 0.47% | - |
| HSV(B) | 280.19º | 0.94% | 0.88% | - |
| XYZ | 27.25 | 12.69 | 72.25 | - |
| YUV | 79.63 | 210.04 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 13 | 225 | 0.31 | 0.94 | 0 | 0.12 | 280.19 | 0.89 | 0.47 |
| Hex | 9B | D | E1 | 1F | 5E | 0 | C | 118 | 59 | 2F |
| Octal | 233 | 15 | 341 | 37 | 136 | 0 | 14 | 430 | 131 | 57 |
| Binary | 10011011 | 1101 | 11100001 | 11111 | 1011110 | 0 | 1100 | 100011000 | 1011001 | 101111 |
Color Harmonies of #9B0DE1
Complementary color
Monochromatic Colors of #9B0DE1
Black with #9B0DE1
Text Example
Text Example
White with #9B0DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0DE1; }
p { color: rgb(155,13,225); }
H1.HeaderClassName
{
color: #9B0DE1;
}
.AnyTagClassName
{
color: #9B0DE1;
}
</style>
background-color css
<style>
a { background-color: #9B0DE1; }
a { background-color: rgb(155,13,225); }
div.DivClassName
{
background-color: #9B0DE1;
}
.BgClassName
{
background-color: #9B0DE1;
}
</style>
border-color css
<style>
span { border-color: #9B0DE1; }
span { border-color: rgb(155,13,225); }
td.TdClassName
{
border-color: #9B0DE1;
}
.TagClassName
{
border-color: #9B0DE1;
}
</style>