Shades of Blue Violet #902EDB
Tints of Blue Violet #902EDB
RGB
CMYK
RGB Variations
Color information
#902EDB (or 0x902EDB) is known color: Blue Violet. HEX triplet: 90, 2E and DB. RGB value is (144,46,219). Sum of RGB (Red+Green+Blue) = 144+46+219=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #902EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902EDB is #6FD124. Grayscale: #5E5E5E. Windows color (decimal): -7328037 or 14364304. OLE color: 14364304.
HSL color Cylindrical-coordinate representation of color #902EDB: hue angle of 273.99º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #902EDB is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 46 | 219 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.14 |
| HSL | 273.99º | 0.71% | 0.52% | - |
| HSV(B) | 273.99º | 0.79% | 0.86% | - |
| XYZ | 25.26 | 13 | 68.2 | - |
| YUV | 95.02 | 197.97 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 219 | 0.34 | 0.79 | 0 | 0.14 | 273.99 | 0.71 | 0.52 |
| Hex | 90 | 2E | DB | 22 | 4F | 0 | E | 112 | 47 | 34 |
| Octal | 220 | 56 | 333 | 42 | 117 | 0 | 16 | 422 | 107 | 64 |
| Binary | 10010000 | 101110 | 11011011 | 100010 | 1001111 | 0 | 1110 | 100010010 | 1000111 | 110100 |
Color Harmonies of #902EDB
Complementary color
Monochromatic Colors of #902EDB
Black with #902EDB
Text Example
Text Example
White with #902EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902EDB; }
p { color: rgb(144,46,219); }
H1.HeaderClassName
{
color: #902EDB;
}
.AnyTagClassName
{
color: #902EDB;
}
</style>
background-color css
<style>
a { background-color: #902EDB; }
a { background-color: rgb(144,46,219); }
div.DivClassName
{
background-color: #902EDB;
}
.BgClassName
{
background-color: #902EDB;
}
</style>
border-color css
<style>
span { border-color: #902EDB; }
span { border-color: rgb(144,46,219); }
td.TdClassName
{
border-color: #902EDB;
}
.TagClassName
{
border-color: #902EDB;
}
</style>