Shades of Vivid Violet #90359F
Tints of Vivid Violet #90359F
RGB
CMYK
RGB Variations
Color information
#90359F (or 0x90359F) is known color: Vivid Violet. HEX triplet: 90, 35 and 9F. RGB value is (144,53,159). Sum of RGB (Red+Green+Blue) = 144+53+159=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #90359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90359F is #6FCA60. Grayscale: #5B5B5B. Windows color (decimal): -7326305 or 10433936. OLE color: 10433936.
HSL color Cylindrical-coordinate representation of color #90359F: hue angle of 291.51º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90359F is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 53 | 159 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.38 |
| HSL | 291.51º | 0.5% | 0.42% | - |
| HSV(B) | 291.51º | 0.67% | 0.62% | - |
| XYZ | 19.03 | 10.98 | 33.92 | - |
| YUV | 92.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 159 | 0.09 | 0.67 | 0 | 0.38 | 291.51 | 0.5 | 0.42 |
| Hex | 90 | 35 | 9F | 9 | 43 | 0 | 26 | 124 | 32 | 2A |
| Octal | 220 | 65 | 237 | 11 | 103 | 0 | 46 | 444 | 62 | 52 |
| Binary | 10010000 | 110101 | 10011111 | 1001 | 1000011 | 0 | 100110 | 100100100 | 110010 | 101010 |
Color Harmonies of #90359F
Complementary color
Monochromatic Colors of #90359F
Black with #90359F
Text Example
Text Example
White with #90359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90359F; }
p { color: rgb(144,53,159); }
H1.HeaderClassName
{
color: #90359F;
}
.AnyTagClassName
{
color: #90359F;
}
</style>
background-color css
<style>
a { background-color: #90359F; }
a { background-color: rgb(144,53,159); }
div.DivClassName
{
background-color: #90359F;
}
.BgClassName
{
background-color: #90359F;
}
</style>
border-color css
<style>
span { border-color: #90359F; }
span { border-color: rgb(144,53,159); }
td.TdClassName
{
border-color: #90359F;
}
.TagClassName
{
border-color: #90359F;
}
</style>