Shades of Vivid Violet #90359B
Tints of Vivid Violet #90359B
RGB
CMYK
RGB Variations
Color information
#90359B (or 0x90359B) is known color: Vivid Violet. HEX triplet: 90, 35 and 9B. RGB value is (144,53,155). Sum of RGB (Red+Green+Blue) = 144+53+155=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #90359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90359B is #6FCA64. Grayscale: #5B5B5B. Windows color (decimal): -7326309 or 10171792. OLE color: 10171792.
HSL color Cylindrical-coordinate representation of color #90359B: hue angle of 293.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90359B is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 53 | 155 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.39 |
| HSL | 293.53º | 0.49% | 0.41% | - |
| HSV(B) | 293.53º | 0.66% | 0.61% | - |
| XYZ | 18.69 | 10.84 | 32.12 | - |
| YUV | 91.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 155 | 0.07 | 0.66 | 0 | 0.39 | 293.53 | 0.49 | 0.41 |
| Hex | 90 | 35 | 9B | 7 | 42 | 0 | 27 | 126 | 31 | 29 |
| Octal | 220 | 65 | 233 | 7 | 102 | 0 | 47 | 446 | 61 | 51 |
| Binary | 10010000 | 110101 | 10011011 | 111 | 1000010 | 0 | 100111 | 100100110 | 110001 | 101001 |
Color Harmonies of #90359B
Complementary color
Monochromatic Colors of #90359B
Black with #90359B
Text Example
Text Example
White with #90359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90359B; }
p { color: rgb(144,53,155); }
H1.HeaderClassName
{
color: #90359B;
}
.AnyTagClassName
{
color: #90359B;
}
</style>
background-color css
<style>
a { background-color: #90359B; }
a { background-color: rgb(144,53,155); }
div.DivClassName
{
background-color: #90359B;
}
.BgClassName
{
background-color: #90359B;
}
</style>
border-color css
<style>
span { border-color: #90359B; }
span { border-color: rgb(144,53,155); }
td.TdClassName
{
border-color: #90359B;
}
.TagClassName
{
border-color: #90359B;
}
</style>