Shades of Vivid Violet #90338D
Tints of Vivid Violet #90338D
RGB
CMYK
RGB Variations
Color information
#90338D (or 0x90338D) is known color: Vivid Violet. HEX triplet: 90, 33 and 8D. RGB value is (144,51,141). Sum of RGB (Red+Green+Blue) = 144+51+141=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90338D is #6FCC72. Grayscale: #585858. Windows color (decimal): -7326835 or 9253776. OLE color: 9253776.
HSL color Cylindrical-coordinate representation of color #90338D: hue angle of 301.94º 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 #90338D is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 141 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.44 |
| HSL | 301.94º | 0.48% | 0.38% | - |
| HSV(B) | 301.94º | 0.65% | 0.56% | - |
| XYZ | 17.49 | 10.22 | 26.25 | - |
| YUV | 89.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 141 | 0 | 0.65 | 0.02 | 0.44 | 301.94 | 0.48 | 0.38 |
| Hex | 90 | 33 | 8D | 0 | 41 | 2 | 2C | 12E | 30 | 26 |
| Octal | 220 | 63 | 215 | 0 | 101 | 2 | 54 | 456 | 60 | 46 |
| Binary | 10010000 | 110011 | 10001101 | 0 | 1000001 | 10 | 101100 | 100101110 | 110000 | 100110 |
Color Harmonies of #90338D
Complementary color
Monochromatic Colors of #90338D
Black with #90338D
Text Example
Text Example
White with #90338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90338D; }
p { color: rgb(144,51,141); }
H1.HeaderClassName
{
color: #90338D;
}
.AnyTagClassName
{
color: #90338D;
}
</style>
background-color css
<style>
a { background-color: #90338D; }
a { background-color: rgb(144,51,141); }
div.DivClassName
{
background-color: #90338D;
}
.BgClassName
{
background-color: #90338D;
}
</style>
border-color css
<style>
span { border-color: #90338D; }
span { border-color: rgb(144,51,141); }
td.TdClassName
{
border-color: #90338D;
}
.TagClassName
{
border-color: #90338D;
}
</style>