Shades of Dark Violet #9B0FDE
Tints of Dark Violet #9B0FDE
RGB
CMYK
RGB Variations
Color information
#9B0FDE (or 0x9B0FDE) is known color: Dark Violet. HEX triplet: 9B, 0F and DE. RGB value is (155,15,222). Sum of RGB (Red+Green+Blue) = 155+15+222=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B0FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0FDE is #64F021. Grayscale: #4F4F4F. Windows color (decimal): -6615074 or 14552987. OLE color: 14552987.
HSL color Cylindrical-coordinate representation of color #9B0FDE: hue angle of 280.58º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0FDE is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 15 | 222 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.13 |
| HSL | 280.58º | 0.87% | 0.46% | - |
| HSV(B) | 280.58º | 0.93% | 0.87% | - |
| XYZ | 26.87 | 12.58 | 70.12 | - |
| YUV | 80.46 | 207.88 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 222 | 0.30 | 0.93 | 0 | 0.13 | 280.58 | 0.87 | 0.46 |
| Hex | 9B | F | DE | 1E | 5D | 0 | D | 119 | 57 | 2E |
| Octal | 233 | 17 | 336 | 36 | 135 | 0 | 15 | 431 | 127 | 56 |
| Binary | 10011011 | 1111 | 11011110 | 11110 | 1011101 | 0 | 1101 | 100011001 | 1010111 | 101110 |
Color Harmonies of #9B0FDE
Complementary color
Monochromatic Colors of #9B0FDE
Black with #9B0FDE
Text Example
Text Example
White with #9B0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0FDE; }
p { color: rgb(155,15,222); }
H1.HeaderClassName
{
color: #9B0FDE;
}
.AnyTagClassName
{
color: #9B0FDE;
}
</style>
background-color css
<style>
a { background-color: #9B0FDE; }
a { background-color: rgb(155,15,222); }
div.DivClassName
{
background-color: #9B0FDE;
}
.BgClassName
{
background-color: #9B0FDE;
}
</style>
border-color css
<style>
span { border-color: #9B0FDE; }
span { border-color: rgb(155,15,222); }
td.TdClassName
{
border-color: #9B0FDE;
}
.TagClassName
{
border-color: #9B0FDE;
}
</style>