Shades of Vivid Violet #90309D
Tints of Vivid Violet #90309D
RGB
CMYK
RGB Variations
Color information
#90309D (or 0x90309D) is known color: Vivid Violet. HEX triplet: 90, 30 and 9D. RGB value is (144,48,157). Sum of RGB (Red+Green+Blue) = 144+48+157=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #90309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90309D is #6FCF62. Grayscale: #585858. Windows color (decimal): -7327587 or 10301584. OLE color: 10301584.
HSL color Cylindrical-coordinate representation of color #90309D: hue angle of 292.84º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90309D is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 48 | 157 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.38 |
| HSL | 292.84º | 0.53% | 0.4% | - |
| HSV(B) | 292.84º | 0.69% | 0.62% | - |
| XYZ | 18.64 | 10.48 | 32.94 | - |
| YUV | 89.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 157 | 0.08 | 0.69 | 0 | 0.38 | 292.84 | 0.53 | 0.4 |
| Hex | 90 | 30 | 9D | 8 | 45 | 0 | 26 | 125 | 35 | 28 |
| Octal | 220 | 60 | 235 | 10 | 105 | 0 | 46 | 445 | 65 | 50 |
| Binary | 10010000 | 110000 | 10011101 | 1000 | 1000101 | 0 | 100110 | 100100101 | 110101 | 101000 |
Color Harmonies of #90309D
Complementary color
Monochromatic Colors of #90309D
Black with #90309D
Text Example
Text Example
White with #90309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90309D; }
p { color: rgb(144,48,157); }
H1.HeaderClassName
{
color: #90309D;
}
.AnyTagClassName
{
color: #90309D;
}
</style>
background-color css
<style>
a { background-color: #90309D; }
a { background-color: rgb(144,48,157); }
div.DivClassName
{
background-color: #90309D;
}
.BgClassName
{
background-color: #90309D;
}
</style>
border-color css
<style>
span { border-color: #90309D; }
span { border-color: rgb(144,48,157); }
td.TdClassName
{
border-color: #90309D;
}
.TagClassName
{
border-color: #90309D;
}
</style>