Shades of Dark Violet #9001EB
Tints of Dark Violet #9001EB
RGB
CMYK
RGB Variations
Color information
#9001EB (or 0x9001EB) is known color: Dark Violet. HEX triplet: 90, 01 and EB. RGB value is (144,1,235). Sum of RGB (Red+Green+Blue) = 144+1+235=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #9001EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9001EB is #6FFE14. Grayscale: #454545. Windows color (decimal): -7339541 or 15401360. OLE color: 15401360.
HSL color Cylindrical-coordinate representation of color #9001EB: hue angle of 276.67º 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 #9001EB is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 1 | 235 | - |
| CMYK | 0.39 | 1.00 | 0 | 0.08 |
| HSL | 276.67º | 0.99% | 0.46% | - |
| HSV(B) | 276.67º | 1% | 0.92% | - |
| XYZ | 26.51 | 11.95 | 79.51 | - |
| YUV | 70.43 | 220.88 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 235 | 0.39 | 1.00 | 0 | 0.08 | 276.67 | 0.99 | 0.46 |
| Hex | 90 | 1 | EB | 27 | 64 | 0 | 8 | 115 | 63 | 2E |
| Octal | 220 | 1 | 353 | 47 | 144 | 0 | 10 | 425 | 143 | 56 |
| Binary | 10010000 | 1 | 11101011 | 100111 | 1100100 | 0 | 1000 | 100010101 | 1100011 | 101110 |
Color Harmonies of #9001EB
Complementary color
Monochromatic Colors of #9001EB
Black with #9001EB
Text Example
Text Example
White with #9001EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001EB; }
p { color: rgb(144,1,235); }
H1.HeaderClassName
{
color: #9001EB;
}
.AnyTagClassName
{
color: #9001EB;
}
</style>
background-color css
<style>
a { background-color: #9001EB; }
a { background-color: rgb(144,1,235); }
div.DivClassName
{
background-color: #9001EB;
}
.BgClassName
{
background-color: #9001EB;
}
</style>
border-color css
<style>
span { border-color: #9001EB; }
span { border-color: rgb(144,1,235); }
td.TdClassName
{
border-color: #9001EB;
}
.TagClassName
{
border-color: #9001EB;
}
</style>