Shades of Violet Blue #936E90
Tints of Violet Blue #936E90
RGB
CMYK
RGB Variations
Color information
#936E90 (or 0x936E90) is known color: Violet Blue. HEX triplet: 93, 6E and 90. RGB value is (147,110,144). Sum of RGB (Red+Green+Blue) = 147+110+144=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #936E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936E90 is #6C916F. Grayscale: #7C7C7C. Windows color (decimal): -7115120 or 9465491. OLE color: 9465491.
HSL color Cylindrical-coordinate representation of color #936E90: hue angle of 304.86º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #936E90 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 110 | 144 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.42 |
| HSL | 304.86º | 0.15% | 0.5% | - |
| HSV(B) | 304.86º | 0.25% | 0.58% | - |
| XYZ | 22.64 | 19.37 | 28.93 | - |
| YUV | 124.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 144 | 0 | 0.25 | 0.02 | 0.42 | 304.86 | 0.15 | 0.5 |
| Hex | 93 | 6E | 90 | 0 | 19 | 2 | 2A | 131 | F | 32 |
| Octal | 223 | 156 | 220 | 0 | 31 | 2 | 52 | 461 | 17 | 62 |
| Binary | 10010011 | 1101110 | 10010000 | 0 | 11001 | 10 | 101010 | 100110001 | 1111 | 110010 |
Color Harmonies of #936E90
Complementary color
Monochromatic Colors of #936E90
Black with #936E90
Text Example
Text Example
White with #936E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936E90; }
p { color: rgb(147,110,144); }
H1.HeaderClassName
{
color: #936E90;
}
.AnyTagClassName
{
color: #936E90;
}
</style>
background-color css
<style>
a { background-color: #936E90; }
a { background-color: rgb(147,110,144); }
div.DivClassName
{
background-color: #936E90;
}
.BgClassName
{
background-color: #936E90;
}
</style>
border-color css
<style>
span { border-color: #936E90; }
span { border-color: rgb(147,110,144); }
td.TdClassName
{
border-color: #936E90;
}
.TagClassName
{
border-color: #936E90;
}
</style>