Shades of Dark Violet #9B0FE7
Tints of Dark Violet #9B0FE7
RGB
CMYK
RGB Variations
Color information
#9B0FE7 (or 0x9B0FE7) is known color: Dark Violet. HEX triplet: 9B, 0F and E7. RGB value is (155,15,231). Sum of RGB (Red+Green+Blue) = 155+15+231=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 231 (90.62% from 255 or 57.61% from 401); Max value from RGB is 231 - color contains mainly: blue. Hex color #9B0FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0FE7 is #64F018. Grayscale: #505050. Windows color (decimal): -6615065 or 15142811. OLE color: 15142811.
HSL color Cylindrical-coordinate representation of color #9B0FE7: hue angle of 278.89º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0FE7 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 15 | 231 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.09 |
| HSL | 278.89º | 0.88% | 0.48% | - |
| HSV(B) | 278.89º | 0.94% | 0.91% | - |
| XYZ | 28.11 | 13.08 | 76.64 | - |
| YUV | 81.48 | 212.38 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 231 | 0.33 | 0.94 | 0 | 0.09 | 278.89 | 0.88 | 0.48 |
| Hex | 9B | F | E7 | 21 | 5E | 0 | 9 | 117 | 58 | 30 |
| Octal | 233 | 17 | 347 | 41 | 136 | 0 | 11 | 427 | 130 | 60 |
| Binary | 10011011 | 1111 | 11100111 | 100001 | 1011110 | 0 | 1001 | 100010111 | 1011000 | 110000 |
Color Harmonies of #9B0FE7
Complementary color
Monochromatic Colors of #9B0FE7
Black with #9B0FE7
Text Example
Text Example
White with #9B0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0FE7; }
p { color: rgb(155,15,231); }
H1.HeaderClassName
{
color: #9B0FE7;
}
.AnyTagClassName
{
color: #9B0FE7;
}
</style>
background-color css
<style>
a { background-color: #9B0FE7; }
a { background-color: rgb(155,15,231); }
div.DivClassName
{
background-color: #9B0FE7;
}
.BgClassName
{
background-color: #9B0FE7;
}
</style>
border-color css
<style>
span { border-color: #9B0FE7; }
span { border-color: rgb(155,15,231); }
td.TdClassName
{
border-color: #9B0FE7;
}
.TagClassName
{
border-color: #9B0FE7;
}
</style>