Shades of Violet Blue #936090
Tints of Violet Blue #936090
RGB
CMYK
RGB Variations
Color information
#936090 (or 0x936090) is known color: Violet Blue. HEX triplet: 93, 60 and 90. RGB value is (147,96,144). Sum of RGB (Red+Green+Blue) = 147+96+144=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #936090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936090 is #6C9F6F. Grayscale: #747474. Windows color (decimal): -7118704 or 9461907. OLE color: 9461907.
HSL color Cylindrical-coordinate representation of color #936090: hue angle of 303.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936090 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 96 | 144 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.42 |
| HSL | 303.53º | 0.21% | 0.48% | - |
| HSV(B) | 303.53º | 0.35% | 0.58% | - |
| XYZ | 21.25 | 16.58 | 28.47 | - |
| YUV | 116.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 144 | 0 | 0.35 | 0.02 | 0.42 | 303.53 | 0.21 | 0.48 |
| Hex | 93 | 60 | 90 | 0 | 23 | 2 | 2A | 130 | 15 | 30 |
| Octal | 223 | 140 | 220 | 0 | 43 | 2 | 52 | 460 | 25 | 60 |
| Binary | 10010011 | 1100000 | 10010000 | 0 | 100011 | 10 | 101010 | 100110000 | 10101 | 110000 |
Color Harmonies of #936090
Complementary color
Monochromatic Colors of #936090
Black with #936090
Text Example
Text Example
White with #936090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936090; }
p { color: rgb(147,96,144); }
H1.HeaderClassName
{
color: #936090;
}
.AnyTagClassName
{
color: #936090;
}
</style>
background-color css
<style>
a { background-color: #936090; }
a { background-color: rgb(147,96,144); }
div.DivClassName
{
background-color: #936090;
}
.BgClassName
{
background-color: #936090;
}
</style>
border-color css
<style>
span { border-color: #936090; }
span { border-color: rgb(147,96,144); }
td.TdClassName
{
border-color: #936090;
}
.TagClassName
{
border-color: #936090;
}
</style>