Shades of Blue Violet #902EEB
Tints of Blue Violet #902EEB
RGB
CMYK
RGB Variations
Color information
#902EEB (or 0x902EEB) is known color: Blue Violet. HEX triplet: 90, 2E and EB. RGB value is (144,46,235). Sum of RGB (Red+Green+Blue) = 144+46+235=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #902EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #902EEB is #6FD114. Grayscale: #606060. Windows color (decimal): -7328021 or 15412880. OLE color: 15412880.
HSL color Cylindrical-coordinate representation of color #902EEB: hue angle of 271.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #902EEB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 46 | 235 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.08 |
| HSL | 271.11º | 0.83% | 0.55% | - |
| HSV(B) | 271.11º | 0.8% | 0.92% | - |
| XYZ | 27.47 | 13.88 | 79.83 | - |
| YUV | 96.85 | 205.97 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 235 | 0.39 | 0.80 | 0 | 0.08 | 271.11 | 0.83 | 0.55 |
| Hex | 90 | 2E | EB | 27 | 50 | 0 | 8 | 10F | 53 | 37 |
| Octal | 220 | 56 | 353 | 47 | 120 | 0 | 10 | 417 | 123 | 67 |
| Binary | 10010000 | 101110 | 11101011 | 100111 | 1010000 | 0 | 1000 | 100001111 | 1010011 | 110111 |
Color Harmonies of #902EEB
Complementary color
Monochromatic Colors of #902EEB
Black with #902EEB
Text Example
Text Example
White with #902EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902EEB; }
p { color: rgb(144,46,235); }
H1.HeaderClassName
{
color: #902EEB;
}
.AnyTagClassName
{
color: #902EEB;
}
</style>
background-color css
<style>
a { background-color: #902EEB; }
a { background-color: rgb(144,46,235); }
div.DivClassName
{
background-color: #902EEB;
}
.BgClassName
{
background-color: #902EEB;
}
</style>
border-color css
<style>
span { border-color: #902EEB; }
span { border-color: rgb(144,46,235); }
td.TdClassName
{
border-color: #902EEB;
}
.TagClassName
{
border-color: #902EEB;
}
</style>