Shades of Vivid Violet #90469B
Tints of Vivid Violet #90469B
RGB
CMYK
RGB Variations
Color information
#90469B (or 0x90469B) is known color: Vivid Violet. HEX triplet: 90, 46 and 9B. RGB value is (144,70,155). Sum of RGB (Red+Green+Blue) = 144+70+155=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #90469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90469B is #6FB964. Grayscale: #656565. Windows color (decimal): -7321957 or 10176144. OLE color: 10176144.
HSL color Cylindrical-coordinate representation of color #90469B: hue angle of 292.24º 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 #90469B is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 70 | 155 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.39 |
| HSL | 292.24º | 0.38% | 0.44% | - |
| HSV(B) | 292.24º | 0.55% | 0.61% | - |
| XYZ | 19.61 | 12.68 | 32.42 | - |
| YUV | 101.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 155 | 0.07 | 0.55 | 0 | 0.39 | 292.24 | 0.38 | 0.44 |
| Hex | 90 | 46 | 9B | 7 | 37 | 0 | 27 | 124 | 26 | 2C |
| Octal | 220 | 106 | 233 | 7 | 67 | 0 | 47 | 444 | 46 | 54 |
| Binary | 10010000 | 1000110 | 10011011 | 111 | 110111 | 0 | 100111 | 100100100 | 100110 | 101100 |
Color Harmonies of #90469B
Complementary color
Monochromatic Colors of #90469B
Black with #90469B
Text Example
Text Example
White with #90469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90469B; }
p { color: rgb(144,70,155); }
H1.HeaderClassName
{
color: #90469B;
}
.AnyTagClassName
{
color: #90469B;
}
</style>
background-color css
<style>
a { background-color: #90469B; }
a { background-color: rgb(144,70,155); }
div.DivClassName
{
background-color: #90469B;
}
.BgClassName
{
background-color: #90469B;
}
</style>
border-color css
<style>
span { border-color: #90469B; }
span { border-color: rgb(144,70,155); }
td.TdClassName
{
border-color: #90469B;
}
.TagClassName
{
border-color: #90469B;
}
</style>