Shades of Dark Violet #9B01EA
Tints of Dark Violet #9B01EA
RGB
CMYK
RGB Variations
Color information
#9B01EA (or 0x9B01EA) is known color: Dark Violet. HEX triplet: 9B, 01 and EA. RGB value is (155,1,234). Sum of RGB (Red+Green+Blue) = 155+1+234=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B01EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B01EA is #64FE15. Grayscale: #484848. Windows color (decimal): -6618646 or 15335835. OLE color: 15335835.
HSL color Cylindrical-coordinate representation of color #9B01EA: hue angle of 279.66º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B01EA is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 1 | 234 | - |
| CMYK | 0.34 | 1.00 | 0 | 0.08 |
| HSL | 279.66º | 0.99% | 0.46% | - |
| HSV(B) | 279.66º | 1% | 0.92% | - |
| XYZ | 28.38 | 12.93 | 78.84 | - |
| YUV | 73.61 | 218.52 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 234 | 0.34 | 1.00 | 0 | 0.08 | 279.66 | 0.99 | 0.46 |
| Hex | 9B | 1 | EA | 22 | 64 | 0 | 8 | 118 | 63 | 2E |
| Octal | 233 | 1 | 352 | 42 | 144 | 0 | 10 | 430 | 143 | 56 |
| Binary | 10011011 | 1 | 11101010 | 100010 | 1100100 | 0 | 1000 | 100011000 | 1100011 | 101110 |
Color Harmonies of #9B01EA
Complementary color
Monochromatic Colors of #9B01EA
Black with #9B01EA
Text Example
Text Example
White with #9B01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B01EA; }
p { color: rgb(155,1,234); }
H1.HeaderClassName
{
color: #9B01EA;
}
.AnyTagClassName
{
color: #9B01EA;
}
</style>
background-color css
<style>
a { background-color: #9B01EA; }
a { background-color: rgb(155,1,234); }
div.DivClassName
{
background-color: #9B01EA;
}
.BgClassName
{
background-color: #9B01EA;
}
</style>
border-color css
<style>
span { border-color: #9B01EA; }
span { border-color: rgb(155,1,234); }
td.TdClassName
{
border-color: #9B01EA;
}
.TagClassName
{
border-color: #9B01EA;
}
</style>