Shades of Vivid Violet #902EAA
Tints of Vivid Violet #902EAA
RGB
CMYK
RGB Variations
Color information
#902EAA (or 0x902EAA) is known color: Vivid Violet. HEX triplet: 90, 2E and AA. RGB value is (144,46,170). Sum of RGB (Red+Green+Blue) = 144+46+170=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #902EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902EAA is #6FD155. Grayscale: #595959. Windows color (decimal): -7328086 or 11153040. OLE color: 11153040.
HSL color Cylindrical-coordinate representation of color #902EAA: hue angle of 287.42º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #902EAA is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 46 | 170 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.33 |
| HSL | 287.42º | 0.57% | 0.42% | - |
| HSV(B) | 287.42º | 0.73% | 0.67% | - |
| XYZ | 19.73 | 10.79 | 39.07 | - |
| YUV | 89.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 170 | 0.15 | 0.73 | 0 | 0.33 | 287.42 | 0.57 | 0.42 |
| Hex | 90 | 2E | AA | F | 49 | 0 | 21 | 11F | 39 | 2A |
| Octal | 220 | 56 | 252 | 17 | 111 | 0 | 41 | 437 | 71 | 52 |
| Binary | 10010000 | 101110 | 10101010 | 1111 | 1001001 | 0 | 100001 | 100011111 | 111001 | 101010 |
Color Harmonies of #902EAA
Complementary color
Monochromatic Colors of #902EAA
Black with #902EAA
Text Example
Text Example
White with #902EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902EAA; }
p { color: rgb(144,46,170); }
H1.HeaderClassName
{
color: #902EAA;
}
.AnyTagClassName
{
color: #902EAA;
}
</style>
background-color css
<style>
a { background-color: #902EAA; }
a { background-color: rgb(144,46,170); }
div.DivClassName
{
background-color: #902EAA;
}
.BgClassName
{
background-color: #902EAA;
}
</style>
border-color css
<style>
span { border-color: #902EAA; }
span { border-color: rgb(144,46,170); }
td.TdClassName
{
border-color: #902EAA;
}
.TagClassName
{
border-color: #902EAA;
}
</style>