Shades of Blue Violet #901EDE
Tints of Blue Violet #901EDE
RGB
CMYK
RGB Variations
Color information
#901EDE (or 0x901EDE) is known color: Blue Violet. HEX triplet: 90, 1E and DE. RGB value is (144,30,222). Sum of RGB (Red+Green+Blue) = 144+30+222=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #901EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901EDE is #6FE121. Grayscale: #555555. Windows color (decimal): -7332130 or 14556816. OLE color: 14556816.
HSL color Cylindrical-coordinate representation of color #901EDE: hue angle of 275.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901EDE is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 30 | 222 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.13 |
| HSL | 275.63º | 0.76% | 0.49% | - |
| HSV(B) | 275.63º | 0.86% | 0.87% | - |
| XYZ | 25.15 | 12.13 | 70.12 | - |
| YUV | 85.97 | 204.77 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 222 | 0.35 | 0.86 | 0 | 0.13 | 275.63 | 0.76 | 0.49 |
| Hex | 90 | 1E | DE | 23 | 56 | 0 | D | 114 | 4C | 31 |
| Octal | 220 | 36 | 336 | 43 | 126 | 0 | 15 | 424 | 114 | 61 |
| Binary | 10010000 | 11110 | 11011110 | 100011 | 1010110 | 0 | 1101 | 100010100 | 1001100 | 110001 |
Color Harmonies of #901EDE
Complementary color
Monochromatic Colors of #901EDE
Black with #901EDE
Text Example
Text Example
White with #901EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901EDE; }
p { color: rgb(144,30,222); }
H1.HeaderClassName
{
color: #901EDE;
}
.AnyTagClassName
{
color: #901EDE;
}
</style>
background-color css
<style>
a { background-color: #901EDE; }
a { background-color: rgb(144,30,222); }
div.DivClassName
{
background-color: #901EDE;
}
.BgClassName
{
background-color: #901EDE;
}
</style>
border-color css
<style>
span { border-color: #901EDE; }
span { border-color: rgb(144,30,222); }
td.TdClassName
{
border-color: #901EDE;
}
.TagClassName
{
border-color: #901EDE;
}
</style>