Shades of Violet Blue #90669A
Tints of Violet Blue #90669A
RGB
CMYK
RGB Variations
Color information
#90669A (or 0x90669A) is known color: Violet Blue. HEX triplet: 90, 66 and 9A. RGB value is (144,102,154). Sum of RGB (Red+Green+Blue) = 144+102+154=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #90669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90669A is #6F9965. Grayscale: #787878. Windows color (decimal): -7313766 or 10118800. OLE color: 10118800.
HSL color Cylindrical-coordinate representation of color #90669A: hue angle of 288.46º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90669A is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 102 | 154 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.40 |
| HSL | 288.46º | 0.2% | 0.5% | - |
| HSV(B) | 288.46º | 0.34% | 0.6% | - |
| XYZ | 22.09 | 17.77 | 32.84 | - |
| YUV | 120.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 154 | 0.06 | 0.34 | 0 | 0.40 | 288.46 | 0.2 | 0.5 |
| Hex | 90 | 66 | 9A | 6 | 22 | 0 | 28 | 120 | 14 | 32 |
| Octal | 220 | 146 | 232 | 6 | 42 | 0 | 50 | 440 | 24 | 62 |
| Binary | 10010000 | 1100110 | 10011010 | 110 | 100010 | 0 | 101000 | 100100000 | 10100 | 110010 |
Color Harmonies of #90669A
Complementary color
Monochromatic Colors of #90669A
Black with #90669A
Text Example
Text Example
White with #90669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90669A; }
p { color: rgb(144,102,154); }
H1.HeaderClassName
{
color: #90669A;
}
.AnyTagClassName
{
color: #90669A;
}
</style>
background-color css
<style>
a { background-color: #90669A; }
a { background-color: rgb(144,102,154); }
div.DivClassName
{
background-color: #90669A;
}
.BgClassName
{
background-color: #90669A;
}
</style>
border-color css
<style>
span { border-color: #90669A; }
span { border-color: rgb(144,102,154); }
td.TdClassName
{
border-color: #90669A;
}
.TagClassName
{
border-color: #90669A;
}
</style>