Shades of Vivid Violet #90408A
Tints of Vivid Violet #90408A
RGB
CMYK
RGB Variations
Color information
#90408A (or 0x90408A) is known color: Vivid Violet. HEX triplet: 90, 40 and 8A. RGB value is (144,64,138). Sum of RGB (Red+Green+Blue) = 144+64+138=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #90408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90408A is #6FBF75. Grayscale: #606060. Windows color (decimal): -7323510 or 9060496. OLE color: 9060496.
HSL color Cylindrical-coordinate representation of color #90408A: hue angle of 304.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90408A is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 138 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.44 |
| HSL | 304.5º | 0.38% | 0.41% | - |
| HSV(B) | 304.5º | 0.56% | 0.56% | - |
| XYZ | 17.92 | 11.43 | 25.31 | - |
| YUV | 96.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 138 | 0 | 0.56 | 0.04 | 0.44 | 304.5 | 0.38 | 0.41 |
| Hex | 90 | 40 | 8A | 0 | 38 | 4 | 2C | 130 | 26 | 29 |
| Octal | 220 | 100 | 212 | 0 | 70 | 4 | 54 | 460 | 46 | 51 |
| Binary | 10010000 | 1000000 | 10001010 | 0 | 111000 | 100 | 101100 | 100110000 | 100110 | 101001 |
Color Harmonies of #90408A
Complementary color
Monochromatic Colors of #90408A
Black with #90408A
Text Example
Text Example
White with #90408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90408A; }
p { color: rgb(144,64,138); }
H1.HeaderClassName
{
color: #90408A;
}
.AnyTagClassName
{
color: #90408A;
}
</style>
background-color css
<style>
a { background-color: #90408A; }
a { background-color: rgb(144,64,138); }
div.DivClassName
{
background-color: #90408A;
}
.BgClassName
{
background-color: #90408A;
}
</style>
border-color css
<style>
span { border-color: #90408A; }
span { border-color: rgb(144,64,138); }
td.TdClassName
{
border-color: #90408A;
}
.TagClassName
{
border-color: #90408A;
}
</style>