Shades of Vivid Violet #90349D
Tints of Vivid Violet #90349D
RGB
CMYK
RGB Variations
Color information
#90349D (or 0x90349D) is known color: Vivid Violet. HEX triplet: 90, 34 and 9D. RGB value is (144,52,157). Sum of RGB (Red+Green+Blue) = 144+52+157=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #90349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90349D is #6FCB62. Grayscale: #5B5B5B. Windows color (decimal): -7326563 or 10302608. OLE color: 10302608.
HSL color Cylindrical-coordinate representation of color #90349D: hue angle of 292.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90349D is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 52 | 157 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.38 |
| HSL | 292.57º | 0.5% | 0.41% | - |
| HSV(B) | 292.57º | 0.67% | 0.62% | - |
| XYZ | 18.82 | 10.82 | 33 | - |
| YUV | 91.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 157 | 0.08 | 0.67 | 0 | 0.38 | 292.57 | 0.5 | 0.41 |
| Hex | 90 | 34 | 9D | 8 | 43 | 0 | 26 | 125 | 32 | 29 |
| Octal | 220 | 64 | 235 | 10 | 103 | 0 | 46 | 445 | 62 | 51 |
| Binary | 10010000 | 110100 | 10011101 | 1000 | 1000011 | 0 | 100110 | 100100101 | 110010 | 101001 |
Color Harmonies of #90349D
Complementary color
Monochromatic Colors of #90349D
Black with #90349D
Text Example
Text Example
White with #90349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90349D; }
p { color: rgb(144,52,157); }
H1.HeaderClassName
{
color: #90349D;
}
.AnyTagClassName
{
color: #90349D;
}
</style>
background-color css
<style>
a { background-color: #90349D; }
a { background-color: rgb(144,52,157); }
div.DivClassName
{
background-color: #90349D;
}
.BgClassName
{
background-color: #90349D;
}
</style>
border-color css
<style>
span { border-color: #90349D; }
span { border-color: rgb(144,52,157); }
td.TdClassName
{
border-color: #90349D;
}
.TagClassName
{
border-color: #90349D;
}
</style>