Shades of Vivid Violet #90469C
Tints of Vivid Violet #90469C
RGB
CMYK
RGB Variations
Color information
#90469C (or 0x90469C) is known color: Vivid Violet. HEX triplet: 90, 46 and 9C. RGB value is (144,70,156). Sum of RGB (Red+Green+Blue) = 144+70+156=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #90469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90469C is #6FB963. Grayscale: #656565. Windows color (decimal): -7321956 or 10241680. OLE color: 10241680.
HSL color Cylindrical-coordinate representation of color #90469C: hue angle of 291.63º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90469C is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 70 | 156 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.39 |
| HSL | 291.63º | 0.38% | 0.44% | - |
| HSV(B) | 291.63º | 0.55% | 0.61% | - |
| XYZ | 19.69 | 12.71 | 32.87 | - |
| YUV | 101.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 156 | 0.08 | 0.55 | 0 | 0.39 | 291.63 | 0.38 | 0.44 |
| Hex | 90 | 46 | 9C | 8 | 37 | 0 | 27 | 124 | 26 | 2C |
| Octal | 220 | 106 | 234 | 10 | 67 | 0 | 47 | 444 | 46 | 54 |
| Binary | 10010000 | 1000110 | 10011100 | 1000 | 110111 | 0 | 100111 | 100100100 | 100110 | 101100 |
Color Harmonies of #90469C
Complementary color
Monochromatic Colors of #90469C
Black with #90469C
Text Example
Text Example
White with #90469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90469C; }
p { color: rgb(144,70,156); }
H1.HeaderClassName
{
color: #90469C;
}
.AnyTagClassName
{
color: #90469C;
}
</style>
background-color css
<style>
a { background-color: #90469C; }
a { background-color: rgb(144,70,156); }
div.DivClassName
{
background-color: #90469C;
}
.BgClassName
{
background-color: #90469C;
}
</style>
border-color css
<style>
span { border-color: #90469C; }
span { border-color: rgb(144,70,156); }
td.TdClassName
{
border-color: #90469C;
}
.TagClassName
{
border-color: #90469C;
}
</style>