Shades of Blue Violet #902EE1
Tints of Blue Violet #902EE1
RGB
CMYK
RGB Variations
Color information
#902EE1 (or 0x902EE1) is known color: Blue Violet. HEX triplet: 90, 2E and E1. RGB value is (144,46,225). Sum of RGB (Red+Green+Blue) = 144+46+225=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 225 (88.28% from 255 or 54.22% from 415); Max value from RGB is 225 - color contains mainly: blue. Hex color #902EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902EE1 is #6FD11E. Grayscale: #5F5F5F. Windows color (decimal): -7328031 or 14757520. OLE color: 14757520.
HSL color Cylindrical-coordinate representation of color #902EE1: hue angle of 272.85º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #902EE1 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 46 | 225 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.12 |
| HSL | 272.85º | 0.75% | 0.53% | - |
| HSV(B) | 272.85º | 0.8% | 0.88% | - |
| XYZ | 26.07 | 13.32 | 72.43 | - |
| YUV | 95.71 | 200.97 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 225 | 0.36 | 0.80 | 0 | 0.12 | 272.85 | 0.75 | 0.53 |
| Hex | 90 | 2E | E1 | 24 | 50 | 0 | C | 111 | 4B | 35 |
| Octal | 220 | 56 | 341 | 44 | 120 | 0 | 14 | 421 | 113 | 65 |
| Binary | 10010000 | 101110 | 11100001 | 100100 | 1010000 | 0 | 1100 | 100010001 | 1001011 | 110101 |
Color Harmonies of #902EE1
Complementary color
Monochromatic Colors of #902EE1
Black with #902EE1
Text Example
Text Example
White with #902EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902EE1; }
p { color: rgb(144,46,225); }
H1.HeaderClassName
{
color: #902EE1;
}
.AnyTagClassName
{
color: #902EE1;
}
</style>
background-color css
<style>
a { background-color: #902EE1; }
a { background-color: rgb(144,46,225); }
div.DivClassName
{
background-color: #902EE1;
}
.BgClassName
{
background-color: #902EE1;
}
</style>
border-color css
<style>
span { border-color: #902EE1; }
span { border-color: rgb(144,46,225); }
td.TdClassName
{
border-color: #902EE1;
}
.TagClassName
{
border-color: #902EE1;
}
</style>