Shades of Violet Blue #90658F
Tints of Violet Blue #90658F
RGB
CMYK
RGB Variations
Color information
#90658F (or 0x90658F) is known color: Violet Blue. HEX triplet: 90, 65 and 8F. RGB value is (144,101,143). Sum of RGB (Red+Green+Blue) = 144+101+143=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #90658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90658F is #6F9A70. Grayscale: #767676. Windows color (decimal): -7314033 or 9397648. OLE color: 9397648.
HSL color Cylindrical-coordinate representation of color #90658F: hue angle of 301.4º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90658F is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 101 | 143 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.44 |
| HSL | 301.4º | 0.18% | 0.48% | - |
| HSV(B) | 301.4º | 0.3% | 0.56% | - |
| XYZ | 21.11 | 17.22 | 28.2 | - |
| YUV | 118.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 143 | 0 | 0.30 | 0.01 | 0.44 | 301.4 | 0.18 | 0.48 |
| Hex | 90 | 65 | 8F | 0 | 1E | 1 | 2C | 12D | 12 | 30 |
| Octal | 220 | 145 | 217 | 0 | 36 | 1 | 54 | 455 | 22 | 60 |
| Binary | 10010000 | 1100101 | 10001111 | 0 | 11110 | 1 | 101100 | 100101101 | 10010 | 110000 |
Color Harmonies of #90658F
Complementary color
Monochromatic Colors of #90658F
Black with #90658F
Text Example
Text Example
White with #90658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90658F; }
p { color: rgb(144,101,143); }
H1.HeaderClassName
{
color: #90658F;
}
.AnyTagClassName
{
color: #90658F;
}
</style>
background-color css
<style>
a { background-color: #90658F; }
a { background-color: rgb(144,101,143); }
div.DivClassName
{
background-color: #90658F;
}
.BgClassName
{
background-color: #90658F;
}
</style>
border-color css
<style>
span { border-color: #90658F; }
span { border-color: rgb(144,101,143); }
td.TdClassName
{
border-color: #90658F;
}
.TagClassName
{
border-color: #90658F;
}
</style>