Shades of Blue Violet #901EEB
Tints of Blue Violet #901EEB
RGB
CMYK
RGB Variations
Color information
#901EEB (or 0x901EEB) is known color: Blue Violet. HEX triplet: 90, 1E and EB. RGB value is (144,30,235). Sum of RGB (Red+Green+Blue) = 144+30+235=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #901EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901EEB is #6FE114. Grayscale: #565656. Windows color (decimal): -7332117 or 15408784. OLE color: 15408784.
HSL color Cylindrical-coordinate representation of color #901EEB: hue angle of 273.37º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901EEB is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 30 | 235 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.08 |
| HSL | 273.37º | 0.84% | 0.52% | - |
| HSV(B) | 273.37º | 0.87% | 0.92% | - |
| XYZ | 26.96 | 12.86 | 79.66 | - |
| YUV | 87.46 | 211.27 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 235 | 0.39 | 0.87 | 0 | 0.08 | 273.37 | 0.84 | 0.52 |
| Hex | 90 | 1E | EB | 27 | 57 | 0 | 8 | 111 | 54 | 34 |
| Octal | 220 | 36 | 353 | 47 | 127 | 0 | 10 | 421 | 124 | 64 |
| Binary | 10010000 | 11110 | 11101011 | 100111 | 1010111 | 0 | 1000 | 100010001 | 1010100 | 110100 |
Color Harmonies of #901EEB
Complementary color
Monochromatic Colors of #901EEB
Black with #901EEB
Text Example
Text Example
White with #901EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901EEB; }
p { color: rgb(144,30,235); }
H1.HeaderClassName
{
color: #901EEB;
}
.AnyTagClassName
{
color: #901EEB;
}
</style>
background-color css
<style>
a { background-color: #901EEB; }
a { background-color: rgb(144,30,235); }
div.DivClassName
{
background-color: #901EEB;
}
.BgClassName
{
background-color: #901EEB;
}
</style>
border-color css
<style>
span { border-color: #901EEB; }
span { border-color: rgb(144,30,235); }
td.TdClassName
{
border-color: #901EEB;
}
.TagClassName
{
border-color: #901EEB;
}
</style>