Shades of Dark Violet #9B0FE5
Tints of Dark Violet #9B0FE5
RGB
CMYK
RGB Variations
Color information
#9B0FE5 (or 0x9B0FE5) is known color: Dark Violet. HEX triplet: 9B, 0F and E5. RGB value is (155,15,229). Sum of RGB (Red+Green+Blue) = 155+15+229=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #9B0FE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0FE5 is #64F01A. Grayscale: #505050. Windows color (decimal): -6615067 or 15011739. OLE color: 15011739.
HSL color Cylindrical-coordinate representation of color #9B0FE5: hue angle of 279.25º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0FE5 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 15 | 229 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.10 |
| HSL | 279.25º | 0.88% | 0.48% | - |
| HSV(B) | 279.25º | 0.93% | 0.9% | - |
| XYZ | 27.83 | 12.97 | 75.16 | - |
| YUV | 81.26 | 211.38 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 229 | 0.32 | 0.93 | 0 | 0.10 | 279.25 | 0.88 | 0.48 |
| Hex | 9B | F | E5 | 20 | 5D | 0 | A | 117 | 58 | 30 |
| Octal | 233 | 17 | 345 | 40 | 135 | 0 | 12 | 427 | 130 | 60 |
| Binary | 10011011 | 1111 | 11100101 | 100000 | 1011101 | 0 | 1010 | 100010111 | 1011000 | 110000 |
Color Harmonies of #9B0FE5
Complementary color
Monochromatic Colors of #9B0FE5
Black with #9B0FE5
Text Example
Text Example
White with #9B0FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0FE5; }
p { color: rgb(155,15,229); }
H1.HeaderClassName
{
color: #9B0FE5;
}
.AnyTagClassName
{
color: #9B0FE5;
}
</style>
background-color css
<style>
a { background-color: #9B0FE5; }
a { background-color: rgb(155,15,229); }
div.DivClassName
{
background-color: #9B0FE5;
}
.BgClassName
{
background-color: #9B0FE5;
}
</style>
border-color css
<style>
span { border-color: #9B0FE5; }
span { border-color: rgb(155,15,229); }
td.TdClassName
{
border-color: #9B0FE5;
}
.TagClassName
{
border-color: #9B0FE5;
}
</style>