Shades of Dark Violet #9B01ED
Tints of Dark Violet #9B01ED
RGB
CMYK
RGB Variations
Color information
#9B01ED (or 0x9B01ED) is known color: Dark Violet. HEX triplet: 9B, 01 and ED. RGB value is (155,1,237). Sum of RGB (Red+Green+Blue) = 155+1+237=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B01ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B01ED is #64FE12. Grayscale: #494949. Windows color (decimal): -6618643 or 15532443. OLE color: 15532443.
HSL color Cylindrical-coordinate representation of color #9B01ED: hue angle of 279.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B01ED is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 1 | 237 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.07 |
| HSL | 279.15º | 0.99% | 0.47% | - |
| HSV(B) | 279.15º | 1% | 0.93% | - |
| XYZ | 28.81 | 13.1 | 81.13 | - |
| YUV | 73.95 | 220.02 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 237 | 0.35 | 1.00 | 0 | 0.07 | 279.15 | 0.99 | 0.47 |
| Hex | 9B | 1 | ED | 23 | 64 | 0 | 7 | 117 | 63 | 2F |
| Octal | 233 | 1 | 355 | 43 | 144 | 0 | 7 | 427 | 143 | 57 |
| Binary | 10011011 | 1 | 11101101 | 100011 | 1100100 | 0 | 111 | 100010111 | 1100011 | 101111 |
Color Harmonies of #9B01ED
Complementary color
Monochromatic Colors of #9B01ED
Black with #9B01ED
Text Example
Text Example
White with #9B01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B01ED; }
p { color: rgb(155,1,237); }
H1.HeaderClassName
{
color: #9B01ED;
}
.AnyTagClassName
{
color: #9B01ED;
}
</style>
background-color css
<style>
a { background-color: #9B01ED; }
a { background-color: rgb(155,1,237); }
div.DivClassName
{
background-color: #9B01ED;
}
.BgClassName
{
background-color: #9B01ED;
}
</style>
border-color css
<style>
span { border-color: #9B01ED; }
span { border-color: rgb(155,1,237); }
td.TdClassName
{
border-color: #9B01ED;
}
.TagClassName
{
border-color: #9B01ED;
}
</style>