Shades of Dark Violet #9B0FE4
Tints of Dark Violet #9B0FE4
RGB
CMYK
RGB Variations
Color information
#9B0FE4 (or 0x9B0FE4) is known color: Dark Violet. HEX triplet: 9B, 0F and E4. RGB value is (155,15,228). Sum of RGB (Red+Green+Blue) = 155+15+228=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 228 (89.45% from 255 or 57.29% from 398); Max value from RGB is 228 - color contains mainly: blue. Hex color #9B0FE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0FE4 is #64F01B. Grayscale: #505050. Windows color (decimal): -6615068 or 14946203. OLE color: 14946203.
HSL color Cylindrical-coordinate representation of color #9B0FE4: hue angle of 279.44º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0FE4 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 15 | 228 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.11 |
| HSL | 279.44º | 0.88% | 0.48% | - |
| HSV(B) | 279.44º | 0.93% | 0.89% | - |
| XYZ | 27.69 | 12.91 | 74.43 | - |
| YUV | 81.14 | 210.88 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 228 | 0.32 | 0.93 | 0 | 0.11 | 279.44 | 0.88 | 0.48 |
| Hex | 9B | F | E4 | 20 | 5D | 0 | B | 117 | 58 | 30 |
| Octal | 233 | 17 | 344 | 40 | 135 | 0 | 13 | 427 | 130 | 60 |
| Binary | 10011011 | 1111 | 11100100 | 100000 | 1011101 | 0 | 1011 | 100010111 | 1011000 | 110000 |
Color Harmonies of #9B0FE4
Complementary color
Monochromatic Colors of #9B0FE4
Black with #9B0FE4
Text Example
Text Example
White with #9B0FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0FE4; }
p { color: rgb(155,15,228); }
H1.HeaderClassName
{
color: #9B0FE4;
}
.AnyTagClassName
{
color: #9B0FE4;
}
</style>
background-color css
<style>
a { background-color: #9B0FE4; }
a { background-color: rgb(155,15,228); }
div.DivClassName
{
background-color: #9B0FE4;
}
.BgClassName
{
background-color: #9B0FE4;
}
</style>
border-color css
<style>
span { border-color: #9B0FE4; }
span { border-color: rgb(155,15,228); }
td.TdClassName
{
border-color: #9B0FE4;
}
.TagClassName
{
border-color: #9B0FE4;
}
</style>