Shades of Vivid Violet #90328B
Tints of Vivid Violet #90328B
RGB
CMYK
RGB Variations
Color information
#90328B (or 0x90328B) is known color: Vivid Violet. HEX triplet: 90, 32 and 8B. RGB value is (144,50,139). Sum of RGB (Red+Green+Blue) = 144+50+139=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #90328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90328B is #6FCD74. Grayscale: #575757. Windows color (decimal): -7327093 or 9122448. OLE color: 9122448.
HSL color Cylindrical-coordinate representation of color #90328B: hue angle of 303.19º 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 #90328B is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 139 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.44 |
| HSL | 303.19º | 0.48% | 0.38% | - |
| HSV(B) | 303.19º | 0.65% | 0.56% | - |
| XYZ | 17.3 | 10.07 | 25.46 | - |
| YUV | 88.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 139 | 0 | 0.65 | 0.03 | 0.44 | 303.19 | 0.48 | 0.38 |
| Hex | 90 | 32 | 8B | 0 | 41 | 3 | 2C | 12F | 30 | 26 |
| Octal | 220 | 62 | 213 | 0 | 101 | 3 | 54 | 457 | 60 | 46 |
| Binary | 10010000 | 110010 | 10001011 | 0 | 1000001 | 11 | 101100 | 100101111 | 110000 | 100110 |
Color Harmonies of #90328B
Complementary color
Monochromatic Colors of #90328B
Black with #90328B
Text Example
Text Example
White with #90328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90328B; }
p { color: rgb(144,50,139); }
H1.HeaderClassName
{
color: #90328B;
}
.AnyTagClassName
{
color: #90328B;
}
</style>
background-color css
<style>
a { background-color: #90328B; }
a { background-color: rgb(144,50,139); }
div.DivClassName
{
background-color: #90328B;
}
.BgClassName
{
background-color: #90328B;
}
</style>
border-color css
<style>
span { border-color: #90328B; }
span { border-color: rgb(144,50,139); }
td.TdClassName
{
border-color: #90328B;
}
.TagClassName
{
border-color: #90328B;
}
</style>