Shades of Vivid Violet #90358A
Tints of Vivid Violet #90358A
RGB
CMYK
RGB Variations
Color information
#90358A (or 0x90358A) is known color: Vivid Violet. HEX triplet: 90, 35 and 8A. RGB value is (144,53,138). Sum of RGB (Red+Green+Blue) = 144+53+138=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90358A is #6FCA75. Grayscale: #595959. Windows color (decimal): -7326326 or 9057680. OLE color: 9057680.
HSL color Cylindrical-coordinate representation of color #90358A: hue angle of 303.96º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90358A is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 138 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.44 |
| HSL | 303.96º | 0.46% | 0.39% | - |
| HSV(B) | 303.96º | 0.63% | 0.56% | - |
| XYZ | 17.36 | 10.31 | 25.12 | - |
| YUV | 89.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 138 | 0 | 0.63 | 0.04 | 0.44 | 303.96 | 0.46 | 0.39 |
| Hex | 90 | 35 | 8A | 0 | 3F | 4 | 2C | 130 | 2E | 27 |
| Octal | 220 | 65 | 212 | 0 | 77 | 4 | 54 | 460 | 56 | 47 |
| Binary | 10010000 | 110101 | 10001010 | 0 | 111111 | 100 | 101100 | 100110000 | 101110 | 100111 |
Color Harmonies of #90358A
Complementary color
Monochromatic Colors of #90358A
Black with #90358A
Text Example
Text Example
White with #90358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90358A; }
p { color: rgb(144,53,138); }
H1.HeaderClassName
{
color: #90358A;
}
.AnyTagClassName
{
color: #90358A;
}
</style>
background-color css
<style>
a { background-color: #90358A; }
a { background-color: rgb(144,53,138); }
div.DivClassName
{
background-color: #90358A;
}
.BgClassName
{
background-color: #90358A;
}
</style>
border-color css
<style>
span { border-color: #90358A; }
span { border-color: rgb(144,53,138); }
td.TdClassName
{
border-color: #90358A;
}
.TagClassName
{
border-color: #90358A;
}
</style>