Shades of Vivid Violet #90348A
Tints of Vivid Violet #90348A
RGB
CMYK
RGB Variations
Color information
#90348A (or 0x90348A) is known color: Vivid Violet. HEX triplet: 90, 34 and 8A. RGB value is (144,52,138). Sum of RGB (Red+Green+Blue) = 144+52+138=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #90348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90348A is #6FCB75. Grayscale: #595959. Windows color (decimal): -7326582 or 9057424. OLE color: 9057424.
HSL color Cylindrical-coordinate representation of color #90348A: hue angle of 303.91º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90348A is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 138 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.44 |
| HSL | 303.91º | 0.47% | 0.38% | - |
| HSV(B) | 303.91º | 0.64% | 0.56% | - |
| XYZ | 17.32 | 10.22 | 25.1 | - |
| YUV | 89.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 138 | 0 | 0.64 | 0.04 | 0.44 | 303.91 | 0.47 | 0.38 |
| Hex | 90 | 34 | 8A | 0 | 40 | 4 | 2C | 130 | 2F | 26 |
| Octal | 220 | 64 | 212 | 0 | 100 | 4 | 54 | 460 | 57 | 46 |
| Binary | 10010000 | 110100 | 10001010 | 0 | 1000000 | 100 | 101100 | 100110000 | 101111 | 100110 |
Color Harmonies of #90348A
Complementary color
Monochromatic Colors of #90348A
Black with #90348A
Text Example
Text Example
White with #90348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90348A; }
p { color: rgb(144,52,138); }
H1.HeaderClassName
{
color: #90348A;
}
.AnyTagClassName
{
color: #90348A;
}
</style>
background-color css
<style>
a { background-color: #90348A; }
a { background-color: rgb(144,52,138); }
div.DivClassName
{
background-color: #90348A;
}
.BgClassName
{
background-color: #90348A;
}
</style>
border-color css
<style>
span { border-color: #90348A; }
span { border-color: rgb(144,52,138); }
td.TdClassName
{
border-color: #90348A;
}
.TagClassName
{
border-color: #90348A;
}
</style>