Shades of Violet Blue #90638F
Tints of Violet Blue #90638F
RGB
CMYK
RGB Variations
Color information
#90638F (or 0x90638F) is known color: Violet Blue. HEX triplet: 90, 63 and 8F. RGB value is (144,99,143). Sum of RGB (Red+Green+Blue) = 144+99+143=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90638F is #6F9C70. Grayscale: #757575. Windows color (decimal): -7314545 or 9397136. OLE color: 9397136.
HSL color Cylindrical-coordinate representation of color #90638F: hue angle of 301.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90638F is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 99 | 143 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.44 |
| HSL | 301.33º | 0.19% | 0.48% | - |
| HSV(B) | 301.33º | 0.31% | 0.56% | - |
| XYZ | 20.92 | 16.84 | 28.13 | - |
| YUV | 117.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 143 | 0 | 0.31 | 0.01 | 0.44 | 301.33 | 0.19 | 0.48 |
| Hex | 90 | 63 | 8F | 0 | 1F | 1 | 2C | 12D | 13 | 30 |
| Octal | 220 | 143 | 217 | 0 | 37 | 1 | 54 | 455 | 23 | 60 |
| Binary | 10010000 | 1100011 | 10001111 | 0 | 11111 | 1 | 101100 | 100101101 | 10011 | 110000 |
Color Harmonies of #90638F
Complementary color
Monochromatic Colors of #90638F
Black with #90638F
Text Example
Text Example
White with #90638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90638F; }
p { color: rgb(144,99,143); }
H1.HeaderClassName
{
color: #90638F;
}
.AnyTagClassName
{
color: #90638F;
}
</style>
background-color css
<style>
a { background-color: #90638F; }
a { background-color: rgb(144,99,143); }
div.DivClassName
{
background-color: #90638F;
}
.BgClassName
{
background-color: #90638F;
}
</style>
border-color css
<style>
span { border-color: #90638F; }
span { border-color: rgb(144,99,143); }
td.TdClassName
{
border-color: #90638F;
}
.TagClassName
{
border-color: #90638F;
}
</style>