Shades of Vivid Violet #90318A
Tints of Vivid Violet #90318A
RGB
CMYK
RGB Variations
Color information
#90318A (or 0x90318A) is known color: Vivid Violet. HEX triplet: 90, 31 and 8A. RGB value is (144,49,138). Sum of RGB (Red+Green+Blue) = 144+49+138=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #90318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90318A is #6FCE75. Grayscale: #575757. Windows color (decimal): -7327350 or 9056656. OLE color: 9056656.
HSL color Cylindrical-coordinate representation of color #90318A: hue angle of 303.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90318A is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 49 | 138 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.44 |
| HSL | 303.79º | 0.49% | 0.38% | - |
| HSV(B) | 303.79º | 0.66% | 0.56% | - |
| XYZ | 17.19 | 9.96 | 25.06 | - |
| YUV | 87.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 138 | 0 | 0.66 | 0.04 | 0.44 | 303.79 | 0.49 | 0.38 |
| Hex | 90 | 31 | 8A | 0 | 42 | 4 | 2C | 130 | 31 | 26 |
| Octal | 220 | 61 | 212 | 0 | 102 | 4 | 54 | 460 | 61 | 46 |
| Binary | 10010000 | 110001 | 10001010 | 0 | 1000010 | 100 | 101100 | 100110000 | 110001 | 100110 |
Color Harmonies of #90318A
Complementary color
Monochromatic Colors of #90318A
Black with #90318A
Text Example
Text Example
White with #90318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90318A; }
p { color: rgb(144,49,138); }
H1.HeaderClassName
{
color: #90318A;
}
.AnyTagClassName
{
color: #90318A;
}
</style>
background-color css
<style>
a { background-color: #90318A; }
a { background-color: rgb(144,49,138); }
div.DivClassName
{
background-color: #90318A;
}
.BgClassName
{
background-color: #90318A;
}
</style>
border-color css
<style>
span { border-color: #90318A; }
span { border-color: rgb(144,49,138); }
td.TdClassName
{
border-color: #90318A;
}
.TagClassName
{
border-color: #90318A;
}
</style>