Shades of Blue Violet #902FEB
Tints of Blue Violet #902FEB
RGB
CMYK
RGB Variations
Color information
#902FEB (or 0x902FEB) is known color: Blue Violet. HEX triplet: 90, 2F and EB. RGB value is (144,47,235). Sum of RGB (Red+Green+Blue) = 144+47+235=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #902FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #902FEB is #6FD014. Grayscale: #606060. Windows color (decimal): -7327765 or 15413136. OLE color: 15413136.
HSL color Cylindrical-coordinate representation of color #902FEB: hue angle of 270.96º degrees, saturation: 0.82, 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 #902FEB is Cyan = 0.39, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 47 | 235 | - |
| CMYK | 0.39 | 0.8 | 0 | 0.08 |
| HSL | 270.96º | 0.82% | 0.55% | - |
| HSV(B) | 270.96º | 0.8% | 0.92% | - |
| XYZ | 27.51 | 13.96 | 79.84 | - |
| YUV | 97.44 | 205.64 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 235 | 0.39 | 0.8 | 0 | 0.08 | 270.96 | 0.82 | 0.55 |
| Hex | 90 | 2F | EB | 27 | 50 | 0 | 8 | 10F | 52 | 37 |
| Octal | 220 | 57 | 353 | 47 | 120 | 0 | 10 | 417 | 122 | 67 |
| Binary | 10010000 | 101111 | 11101011 | 100111 | 1010000 | 0 | 1000 | 100001111 | 1010010 | 110111 |
Color Harmonies of #902FEB
Complementary color
Monochromatic Colors of #902FEB
Black with #902FEB
Text Example
Text Example
White with #902FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902FEB; }
p { color: rgb(144,47,235); }
H1.HeaderClassName
{
color: #902FEB;
}
.AnyTagClassName
{
color: #902FEB;
}
</style>
background-color css
<style>
a { background-color: #902FEB; }
a { background-color: rgb(144,47,235); }
div.DivClassName
{
background-color: #902FEB;
}
.BgClassName
{
background-color: #902FEB;
}
</style>
border-color css
<style>
span { border-color: #902FEB; }
span { border-color: rgb(144,47,235); }
td.TdClassName
{
border-color: #902FEB;
}
.TagClassName
{
border-color: #902FEB;
}
</style>