Shades of Blue Violet #902EDD
Tints of Blue Violet #902EDD
RGB
CMYK
RGB Variations
Color information
#902EDD (or 0x902EDD) is known color: Blue Violet. HEX triplet: 90, 2E and DD. RGB value is (144,46,221). Sum of RGB (Red+Green+Blue) = 144+46+221=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #902EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902EDD is #6FD122. Grayscale: #5E5E5E. Windows color (decimal): -7328035 or 14495376. OLE color: 14495376.
HSL color Cylindrical-coordinate representation of color #902EDD: hue angle of 273.6º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #902EDD is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 46 | 221 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.13 |
| HSL | 273.6º | 0.72% | 0.52% | - |
| HSV(B) | 273.6º | 0.79% | 0.87% | - |
| XYZ | 25.53 | 13.1 | 69.59 | - |
| YUV | 95.25 | 198.97 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 221 | 0.35 | 0.79 | 0 | 0.13 | 273.6 | 0.72 | 0.52 |
| Hex | 90 | 2E | DD | 23 | 4F | 0 | D | 112 | 48 | 34 |
| Octal | 220 | 56 | 335 | 43 | 117 | 0 | 15 | 422 | 110 | 64 |
| Binary | 10010000 | 101110 | 11011101 | 100011 | 1001111 | 0 | 1101 | 100010010 | 1001000 | 110100 |
Color Harmonies of #902EDD
Complementary color
Monochromatic Colors of #902EDD
Black with #902EDD
Text Example
Text Example
White with #902EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902EDD; }
p { color: rgb(144,46,221); }
H1.HeaderClassName
{
color: #902EDD;
}
.AnyTagClassName
{
color: #902EDD;
}
</style>
background-color css
<style>
a { background-color: #902EDD; }
a { background-color: rgb(144,46,221); }
div.DivClassName
{
background-color: #902EDD;
}
.BgClassName
{
background-color: #902EDD;
}
</style>
border-color css
<style>
span { border-color: #902EDD; }
span { border-color: rgb(144,46,221); }
td.TdClassName
{
border-color: #902EDD;
}
.TagClassName
{
border-color: #902EDD;
}
</style>