Shades of Dark Violet #9B10DE
Tints of Dark Violet #9B10DE
RGB
CMYK
RGB Variations
Color information
#9B10DE (or 0x9B10DE) is known color: Dark Violet. HEX triplet: 9B, 10 and DE. RGB value is (155,16,222). Sum of RGB (Red+Green+Blue) = 155+16+222=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B10DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B10DE is #64EF21. Grayscale: #505050. Windows color (decimal): -6614818 or 14553243. OLE color: 14553243.
HSL color Cylindrical-coordinate representation of color #9B10DE: hue angle of 280.49º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B10DE is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 16 | 222 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.13 |
| HSL | 280.49º | 0.87% | 0.47% | - |
| HSV(B) | 280.49º | 0.93% | 0.87% | - |
| XYZ | 26.89 | 12.61 | 70.12 | - |
| YUV | 81.05 | 207.55 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 222 | 0.30 | 0.93 | 0 | 0.13 | 280.49 | 0.87 | 0.47 |
| Hex | 9B | 10 | DE | 1E | 5D | 0 | D | 118 | 57 | 2F |
| Octal | 233 | 20 | 336 | 36 | 135 | 0 | 15 | 430 | 127 | 57 |
| Binary | 10011011 | 10000 | 11011110 | 11110 | 1011101 | 0 | 1101 | 100011000 | 1010111 | 101111 |
Color Harmonies of #9B10DE
Complementary color
Monochromatic Colors of #9B10DE
Black with #9B10DE
Text Example
Text Example
White with #9B10DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B10DE; }
p { color: rgb(155,16,222); }
H1.HeaderClassName
{
color: #9B10DE;
}
.AnyTagClassName
{
color: #9B10DE;
}
</style>
background-color css
<style>
a { background-color: #9B10DE; }
a { background-color: rgb(155,16,222); }
div.DivClassName
{
background-color: #9B10DE;
}
.BgClassName
{
background-color: #9B10DE;
}
</style>
border-color css
<style>
span { border-color: #9B10DE; }
span { border-color: rgb(155,16,222); }
td.TdClassName
{
border-color: #9B10DE;
}
.TagClassName
{
border-color: #9B10DE;
}
</style>