Shades of Vivid Violet #904993
Tints of Vivid Violet #904993
RGB
CMYK
RGB Variations
Color information
#904993 (or 0x904993) is known color: Vivid Violet. HEX triplet: 90, 49 and 93. RGB value is (144,73,147). Sum of RGB (Red+Green+Blue) = 144+73+147=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #904993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904993 is #6FB66C. Grayscale: #666666. Windows color (decimal): -7321197 or 9652624. OLE color: 9652624.
HSL color Cylindrical-coordinate representation of color #904993: hue angle of 297.57º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #904993 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 73 | 147 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.42 |
| HSL | 297.57º | 0.34% | 0.43% | - |
| HSV(B) | 297.57º | 0.5% | 0.58% | - |
| XYZ | 19.15 | 12.8 | 29.07 | - |
| YUV | 102.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 147 | 0.02 | 0.50 | 0 | 0.42 | 297.57 | 0.34 | 0.43 |
| Hex | 90 | 49 | 93 | 2 | 32 | 0 | 2A | 12A | 22 | 2B |
| Octal | 220 | 111 | 223 | 2 | 62 | 0 | 52 | 452 | 42 | 53 |
| Binary | 10010000 | 1001001 | 10010011 | 10 | 110010 | 0 | 101010 | 100101010 | 100010 | 101011 |
Color Harmonies of #904993
Complementary color
Monochromatic Colors of #904993
Black with #904993
Text Example
Text Example
White with #904993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904993; }
p { color: rgb(144,73,147); }
H1.HeaderClassName
{
color: #904993;
}
.AnyTagClassName
{
color: #904993;
}
</style>
background-color css
<style>
a { background-color: #904993; }
a { background-color: rgb(144,73,147); }
div.DivClassName
{
background-color: #904993;
}
.BgClassName
{
background-color: #904993;
}
</style>
border-color css
<style>
span { border-color: #904993; }
span { border-color: rgb(144,73,147); }
td.TdClassName
{
border-color: #904993;
}
.TagClassName
{
border-color: #904993;
}
</style>