Shades of Vivid Violet #90339F
Tints of Vivid Violet #90339F
RGB
CMYK
RGB Variations
Color information
#90339F (or 0x90339F) is known color: Vivid Violet. HEX triplet: 90, 33 and 9F. RGB value is (144,51,159). Sum of RGB (Red+Green+Blue) = 144+51+159=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #90339F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90339F is #6FCC60. Grayscale: #5A5A5A. Windows color (decimal): -7326817 or 10433424. OLE color: 10433424.
HSL color Cylindrical-coordinate representation of color #90339F: hue angle of 291.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90339F is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 51 | 159 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.38 |
| HSL | 291.67º | 0.51% | 0.41% | - |
| HSV(B) | 291.67º | 0.68% | 0.62% | - |
| XYZ | 18.94 | 10.8 | 33.89 | - |
| YUV | 91.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 159 | 0.09 | 0.68 | 0 | 0.38 | 291.67 | 0.51 | 0.41 |
| Hex | 90 | 33 | 9F | 9 | 44 | 0 | 26 | 124 | 33 | 29 |
| Octal | 220 | 63 | 237 | 11 | 104 | 0 | 46 | 444 | 63 | 51 |
| Binary | 10010000 | 110011 | 10011111 | 1001 | 1000100 | 0 | 100110 | 100100100 | 110011 | 101001 |
Color Harmonies of #90339F
Complementary color
Monochromatic Colors of #90339F
Black with #90339F
Text Example
Text Example
White with #90339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90339F; }
p { color: rgb(144,51,159); }
H1.HeaderClassName
{
color: #90339F;
}
.AnyTagClassName
{
color: #90339F;
}
</style>
background-color css
<style>
a { background-color: #90339F; }
a { background-color: rgb(144,51,159); }
div.DivClassName
{
background-color: #90339F;
}
.BgClassName
{
background-color: #90339F;
}
</style>
border-color css
<style>
span { border-color: #90339F; }
span { border-color: rgb(144,51,159); }
td.TdClassName
{
border-color: #90339F;
}
.TagClassName
{
border-color: #90339F;
}
</style>