Shades of Vivid Violet #90369A
Tints of Vivid Violet #90369A
RGB
CMYK
RGB Variations
Color information
#90369A (or 0x90369A) is known color: Vivid Violet. HEX triplet: 90, 36 and 9A. RGB value is (144,54,154). Sum of RGB (Red+Green+Blue) = 144+54+154=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #90369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90369A is #6FC965. Grayscale: #5C5C5C. Windows color (decimal): -7326054 or 10106512. OLE color: 10106512.
HSL color Cylindrical-coordinate representation of color #90369A: hue angle of 294º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90369A is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 54 | 154 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.40 |
| HSL | 294º | 0.48% | 0.41% | - |
| HSV(B) | 294º | 0.65% | 0.6% | - |
| XYZ | 18.65 | 10.9 | 31.69 | - |
| YUV | 92.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 154 | 0.06 | 0.65 | 0 | 0.40 | 294 | 0.48 | 0.41 |
| Hex | 90 | 36 | 9A | 6 | 41 | 0 | 28 | 126 | 30 | 29 |
| Octal | 220 | 66 | 232 | 6 | 101 | 0 | 50 | 446 | 60 | 51 |
| Binary | 10010000 | 110110 | 10011010 | 110 | 1000001 | 0 | 101000 | 100100110 | 110000 | 101001 |
Color Harmonies of #90369A
Complementary color
Monochromatic Colors of #90369A
Black with #90369A
Text Example
Text Example
White with #90369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90369A; }
p { color: rgb(144,54,154); }
H1.HeaderClassName
{
color: #90369A;
}
.AnyTagClassName
{
color: #90369A;
}
</style>
background-color css
<style>
a { background-color: #90369A; }
a { background-color: rgb(144,54,154); }
div.DivClassName
{
background-color: #90369A;
}
.BgClassName
{
background-color: #90369A;
}
</style>
border-color css
<style>
span { border-color: #90369A; }
span { border-color: rgb(144,54,154); }
td.TdClassName
{
border-color: #90369A;
}
.TagClassName
{
border-color: #90369A;
}
</style>