Shades of Vivid Violet #902493
Tints of Vivid Violet #902493
RGB
CMYK
RGB Variations
Color information
#902493 (or 0x902493) is known color: Vivid Violet. HEX triplet: 90, 24 and 93. RGB value is (144,36,147). Sum of RGB (Red+Green+Blue) = 144+36+147=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #902493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902493 is #6FDB6C. Grayscale: #505050. Windows color (decimal): -7330669 or 9643152. OLE color: 9643152.
HSL color Cylindrical-coordinate representation of color #902493: hue angle of 298.38º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902493 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 36 | 147 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.42 |
| HSL | 298.38º | 0.61% | 0.36% | - |
| HSV(B) | 298.38º | 0.76% | 0.58% | - |
| XYZ | 17.4 | 9.3 | 28.48 | - |
| YUV | 80.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 147 | 0.02 | 0.76 | 0 | 0.42 | 298.38 | 0.61 | 0.36 |
| Hex | 90 | 24 | 93 | 2 | 4C | 0 | 2A | 12A | 3D | 24 |
| Octal | 220 | 44 | 223 | 2 | 114 | 0 | 52 | 452 | 75 | 44 |
| Binary | 10010000 | 100100 | 10010011 | 10 | 1001100 | 0 | 101010 | 100101010 | 111101 | 100100 |
Color Harmonies of #902493
Complementary color
Monochromatic Colors of #902493
Black with #902493
Text Example
Text Example
White with #902493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902493; }
p { color: rgb(144,36,147); }
H1.HeaderClassName
{
color: #902493;
}
.AnyTagClassName
{
color: #902493;
}
</style>
background-color css
<style>
a { background-color: #902493; }
a { background-color: rgb(144,36,147); }
div.DivClassName
{
background-color: #902493;
}
.BgClassName
{
background-color: #902493;
}
</style>
border-color css
<style>
span { border-color: #902493; }
span { border-color: rgb(144,36,147); }
td.TdClassName
{
border-color: #902493;
}
.TagClassName
{
border-color: #902493;
}
</style>