Shades of Vivid Violet #90418A
Tints of Vivid Violet #90418A
RGB
CMYK
RGB Variations
Color information
#90418A (or 0x90418A) is known color: Vivid Violet. HEX triplet: 90, 41 and 8A. RGB value is (144,65,138). Sum of RGB (Red+Green+Blue) = 144+65+138=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #90418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90418A is #6FBE75. Grayscale: #606060. Windows color (decimal): -7323254 or 9060752. OLE color: 9060752.
HSL color Cylindrical-coordinate representation of color #90418A: hue angle of 304.56º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90418A is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 138 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.44 |
| HSL | 304.56º | 0.38% | 0.41% | - |
| HSV(B) | 304.56º | 0.55% | 0.56% | - |
| XYZ | 17.98 | 11.54 | 25.33 | - |
| YUV | 96.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 138 | 0 | 0.55 | 0.04 | 0.44 | 304.56 | 0.38 | 0.41 |
| Hex | 90 | 41 | 8A | 0 | 37 | 4 | 2C | 131 | 26 | 29 |
| Octal | 220 | 101 | 212 | 0 | 67 | 4 | 54 | 461 | 46 | 51 |
| Binary | 10010000 | 1000001 | 10001010 | 0 | 110111 | 100 | 101100 | 100110001 | 100110 | 101001 |
Color Harmonies of #90418A
Complementary color
Monochromatic Colors of #90418A
Black with #90418A
Text Example
Text Example
White with #90418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90418A; }
p { color: rgb(144,65,138); }
H1.HeaderClassName
{
color: #90418A;
}
.AnyTagClassName
{
color: #90418A;
}
</style>
background-color css
<style>
a { background-color: #90418A; }
a { background-color: rgb(144,65,138); }
div.DivClassName
{
background-color: #90418A;
}
.BgClassName
{
background-color: #90418A;
}
</style>
border-color css
<style>
span { border-color: #90418A; }
span { border-color: rgb(144,65,138); }
td.TdClassName
{
border-color: #90418A;
}
.TagClassName
{
border-color: #90418A;
}
</style>