Shades of Vivid Violet #90328F
Tints of Vivid Violet #90328F
RGB
CMYK
RGB Variations
Color information
#90328F (or 0x90328F) is known color: Vivid Violet. HEX triplet: 90, 32 and 8F. RGB value is (144,50,143). Sum of RGB (Red+Green+Blue) = 144+50+143=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90328F is #6FCD70. Grayscale: #585858. Windows color (decimal): -7327089 or 9384592. OLE color: 9384592.
HSL color Cylindrical-coordinate representation of color #90328F: hue angle of 300.64º 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 #90328F is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 143 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.44 |
| HSL | 300.64º | 0.48% | 0.38% | - |
| HSV(B) | 300.64º | 0.65% | 0.56% | - |
| XYZ | 17.6 | 10.19 | 27.03 | - |
| YUV | 88.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 143 | 0 | 0.65 | 0.01 | 0.44 | 300.64 | 0.48 | 0.38 |
| Hex | 90 | 32 | 8F | 0 | 41 | 1 | 2C | 12D | 30 | 26 |
| Octal | 220 | 62 | 217 | 0 | 101 | 1 | 54 | 455 | 60 | 46 |
| Binary | 10010000 | 110010 | 10001111 | 0 | 1000001 | 1 | 101100 | 100101101 | 110000 | 100110 |
Color Harmonies of #90328F
Complementary color
Monochromatic Colors of #90328F
Black with #90328F
Text Example
Text Example
White with #90328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90328F; }
p { color: rgb(144,50,143); }
H1.HeaderClassName
{
color: #90328F;
}
.AnyTagClassName
{
color: #90328F;
}
</style>
background-color css
<style>
a { background-color: #90328F; }
a { background-color: rgb(144,50,143); }
div.DivClassName
{
background-color: #90328F;
}
.BgClassName
{
background-color: #90328F;
}
</style>
border-color css
<style>
span { border-color: #90328F; }
span { border-color: rgb(144,50,143); }
td.TdClassName
{
border-color: #90328F;
}
.TagClassName
{
border-color: #90328F;
}
</style>