Shades of Vivid Violet #90328A
Tints of Vivid Violet #90328A
RGB
CMYK
RGB Variations
Color information
#90328A (or 0x90328A) is known color: Vivid Violet. HEX triplet: 90, 32 and 8A. RGB value is (144,50,138). Sum of RGB (Red+Green+Blue) = 144+50+138=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #90328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90328A is #6FCD75. Grayscale: #575757. Windows color (decimal): -7327094 or 9056912. OLE color: 9056912.
HSL color Cylindrical-coordinate representation of color #90328A: hue angle of 303.83º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90328A is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 138 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.44 |
| HSL | 303.83º | 0.48% | 0.38% | - |
| HSV(B) | 303.83º | 0.65% | 0.56% | - |
| XYZ | 17.23 | 10.05 | 25.08 | - |
| YUV | 88.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 138 | 0 | 0.65 | 0.04 | 0.44 | 303.83 | 0.48 | 0.38 |
| Hex | 90 | 32 | 8A | 0 | 41 | 4 | 2C | 130 | 30 | 26 |
| Octal | 220 | 62 | 212 | 0 | 101 | 4 | 54 | 460 | 60 | 46 |
| Binary | 10010000 | 110010 | 10001010 | 0 | 1000001 | 100 | 101100 | 100110000 | 110000 | 100110 |
Color Harmonies of #90328A
Complementary color
Monochromatic Colors of #90328A
Black with #90328A
Text Example
Text Example
White with #90328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90328A; }
p { color: rgb(144,50,138); }
H1.HeaderClassName
{
color: #90328A;
}
.AnyTagClassName
{
color: #90328A;
}
</style>
background-color css
<style>
a { background-color: #90328A; }
a { background-color: rgb(144,50,138); }
div.DivClassName
{
background-color: #90328A;
}
.BgClassName
{
background-color: #90328A;
}
</style>
border-color css
<style>
span { border-color: #90328A; }
span { border-color: rgb(144,50,138); }
td.TdClassName
{
border-color: #90328A;
}
.TagClassName
{
border-color: #90328A;
}
</style>