Shades of Vivid Violet #90319C
Tints of Vivid Violet #90319C
RGB
CMYK
RGB Variations
Color information
#90319C (or 0x90319C) is known color: Vivid Violet. HEX triplet: 90, 31 and 9C. RGB value is (144,49,156). Sum of RGB (Red+Green+Blue) = 144+49+156=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #90319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90319C is #6FCE63. Grayscale: #595959. Windows color (decimal): -7327332 or 10236304. OLE color: 10236304.
HSL color Cylindrical-coordinate representation of color #90319C: hue angle of 293.27º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90319C is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 49 | 156 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.39 |
| HSL | 293.27º | 0.52% | 0.4% | - |
| HSV(B) | 293.27º | 0.69% | 0.61% | - |
| XYZ | 18.6 | 10.53 | 32.5 | - |
| YUV | 89.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 156 | 0.08 | 0.69 | 0 | 0.39 | 293.27 | 0.52 | 0.4 |
| Hex | 90 | 31 | 9C | 8 | 45 | 0 | 27 | 125 | 34 | 28 |
| Octal | 220 | 61 | 234 | 10 | 105 | 0 | 47 | 445 | 64 | 50 |
| Binary | 10010000 | 110001 | 10011100 | 1000 | 1000101 | 0 | 100111 | 100100101 | 110100 | 101000 |
Color Harmonies of #90319C
Complementary color
Monochromatic Colors of #90319C
Black with #90319C
Text Example
Text Example
White with #90319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90319C; }
p { color: rgb(144,49,156); }
H1.HeaderClassName
{
color: #90319C;
}
.AnyTagClassName
{
color: #90319C;
}
</style>
background-color css
<style>
a { background-color: #90319C; }
a { background-color: rgb(144,49,156); }
div.DivClassName
{
background-color: #90319C;
}
.BgClassName
{
background-color: #90319C;
}
</style>
border-color css
<style>
span { border-color: #90319C; }
span { border-color: rgb(144,49,156); }
td.TdClassName
{
border-color: #90319C;
}
.TagClassName
{
border-color: #90319C;
}
</style>