Shades of Vivid Violet #90308D
Tints of Vivid Violet #90308D
RGB
CMYK
RGB Variations
Color information
#90308D (or 0x90308D) is known color: Vivid Violet. HEX triplet: 90, 30 and 8D. RGB value is (144,48,141). Sum of RGB (Red+Green+Blue) = 144+48+141=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #90308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90308D is #6FCF72. Grayscale: #575757. Windows color (decimal): -7327603 or 9253008. OLE color: 9253008.
HSL color Cylindrical-coordinate representation of color #90308D: hue angle of 301.88º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90308D is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 141 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.44 |
| HSL | 301.88º | 0.5% | 0.38% | - |
| HSV(B) | 301.88º | 0.67% | 0.56% | - |
| XYZ | 17.37 | 9.97 | 26.21 | - |
| YUV | 87.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 141 | 0 | 0.67 | 0.02 | 0.44 | 301.88 | 0.5 | 0.38 |
| Hex | 90 | 30 | 8D | 0 | 43 | 2 | 2C | 12E | 32 | 26 |
| Octal | 220 | 60 | 215 | 0 | 103 | 2 | 54 | 456 | 62 | 46 |
| Binary | 10010000 | 110000 | 10001101 | 0 | 1000011 | 10 | 101100 | 100101110 | 110010 | 100110 |
Color Harmonies of #90308D
Complementary color
Monochromatic Colors of #90308D
Black with #90308D
Text Example
Text Example
White with #90308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90308D; }
p { color: rgb(144,48,141); }
H1.HeaderClassName
{
color: #90308D;
}
.AnyTagClassName
{
color: #90308D;
}
</style>
background-color css
<style>
a { background-color: #90308D; }
a { background-color: rgb(144,48,141); }
div.DivClassName
{
background-color: #90308D;
}
.BgClassName
{
background-color: #90308D;
}
</style>
border-color css
<style>
span { border-color: #90308D; }
span { border-color: rgb(144,48,141); }
td.TdClassName
{
border-color: #90308D;
}
.TagClassName
{
border-color: #90308D;
}
</style>