Shades of Vivid Violet #90348F
Tints of Vivid Violet #90348F
RGB
CMYK
RGB Variations
Color information
#90348F (or 0x90348F) is known color: Vivid Violet. HEX triplet: 90, 34 and 8F. RGB value is (144,52,143). Sum of RGB (Red+Green+Blue) = 144+52+143=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90348F is #6FCB70. Grayscale: #595959. Windows color (decimal): -7326577 or 9385104. OLE color: 9385104.
HSL color Cylindrical-coordinate representation of color #90348F: hue angle of 300.65º 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 #90348F is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 143 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.44 |
| HSL | 300.65º | 0.47% | 0.38% | - |
| HSV(B) | 300.65º | 0.64% | 0.56% | - |
| XYZ | 17.69 | 10.37 | 27.06 | - |
| YUV | 89.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 143 | 0 | 0.64 | 0.01 | 0.44 | 300.65 | 0.47 | 0.38 |
| Hex | 90 | 34 | 8F | 0 | 40 | 1 | 2C | 12D | 2F | 26 |
| Octal | 220 | 64 | 217 | 0 | 100 | 1 | 54 | 455 | 57 | 46 |
| Binary | 10010000 | 110100 | 10001111 | 0 | 1000000 | 1 | 101100 | 100101101 | 101111 | 100110 |
Color Harmonies of #90348F
Complementary color
Monochromatic Colors of #90348F
Black with #90348F
Text Example
Text Example
White with #90348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90348F; }
p { color: rgb(144,52,143); }
H1.HeaderClassName
{
color: #90348F;
}
.AnyTagClassName
{
color: #90348F;
}
</style>
background-color css
<style>
a { background-color: #90348F; }
a { background-color: rgb(144,52,143); }
div.DivClassName
{
background-color: #90348F;
}
.BgClassName
{
background-color: #90348F;
}
</style>
border-color css
<style>
span { border-color: #90348F; }
span { border-color: rgb(144,52,143); }
td.TdClassName
{
border-color: #90348F;
}
.TagClassName
{
border-color: #90348F;
}
</style>