Shades of Dark Violet #9B0ADD
Tints of Dark Violet #9B0ADD
RGB
CMYK
RGB Variations
Color information
#9B0ADD (or 0x9B0ADD) is known color: Dark Violet. HEX triplet: 9B, 0A and DD. RGB value is (155,10,221). Sum of RGB (Red+Green+Blue) = 155+10+221=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B0ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0ADD is #64F522. Grayscale: #4C4C4C. Windows color (decimal): -6616355 or 14486171. OLE color: 14486171.
HSL color Cylindrical-coordinate representation of color #9B0ADD: hue angle of 281.23º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0ADD is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 10 | 221 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.13 |
| HSL | 281.23º | 0.91% | 0.45% | - |
| HSV(B) | 281.23º | 0.95% | 0.87% | - |
| XYZ | 26.68 | 12.41 | 69.4 | - |
| YUV | 77.41 | 209.04 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 221 | 0.30 | 0.95 | 0 | 0.13 | 281.23 | 0.91 | 0.45 |
| Hex | 9B | A | DD | 1E | 5F | 0 | D | 119 | 5B | 2D |
| Octal | 233 | 12 | 335 | 36 | 137 | 0 | 15 | 431 | 133 | 55 |
| Binary | 10011011 | 1010 | 11011101 | 11110 | 1011111 | 0 | 1101 | 100011001 | 1011011 | 101101 |
Color Harmonies of #9B0ADD
Complementary color
Monochromatic Colors of #9B0ADD
Black with #9B0ADD
Text Example
Text Example
White with #9B0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0ADD; }
p { color: rgb(155,10,221); }
H1.HeaderClassName
{
color: #9B0ADD;
}
.AnyTagClassName
{
color: #9B0ADD;
}
</style>
background-color css
<style>
a { background-color: #9B0ADD; }
a { background-color: rgb(155,10,221); }
div.DivClassName
{
background-color: #9B0ADD;
}
.BgClassName
{
background-color: #9B0ADD;
}
</style>
border-color css
<style>
span { border-color: #9B0ADD; }
span { border-color: rgb(155,10,221); }
td.TdClassName
{
border-color: #9B0ADD;
}
.TagClassName
{
border-color: #9B0ADD;
}
</style>