Shades of Violet Blue #936A90
Tints of Violet Blue #936A90
RGB
CMYK
RGB Variations
Color information
#936A90 (or 0x936A90) is known color: Violet Blue. HEX triplet: 93, 6A and 90. RGB value is (147,106,144). Sum of RGB (Red+Green+Blue) = 147+106+144=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #936A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936A90 is #6C956F. Grayscale: #7A7A7A. Windows color (decimal): -7116144 or 9464467. OLE color: 9464467.
HSL color Cylindrical-coordinate representation of color #936A90: hue angle of 304.39º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936A90 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 144 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.42 |
| HSL | 304.39º | 0.16% | 0.5% | - |
| HSV(B) | 304.39º | 0.28% | 0.58% | - |
| XYZ | 22.22 | 18.52 | 28.79 | - |
| YUV | 122.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 144 | 0 | 0.28 | 0.02 | 0.42 | 304.39 | 0.16 | 0.5 |
| Hex | 93 | 6A | 90 | 0 | 1C | 2 | 2A | 130 | 10 | 32 |
| Octal | 223 | 152 | 220 | 0 | 34 | 2 | 52 | 460 | 20 | 62 |
| Binary | 10010011 | 1101010 | 10010000 | 0 | 11100 | 10 | 101010 | 100110000 | 10000 | 110010 |
Color Harmonies of #936A90
Complementary color
Monochromatic Colors of #936A90
Black with #936A90
Text Example
Text Example
White with #936A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A90; }
p { color: rgb(147,106,144); }
H1.HeaderClassName
{
color: #936A90;
}
.AnyTagClassName
{
color: #936A90;
}
</style>
background-color css
<style>
a { background-color: #936A90; }
a { background-color: rgb(147,106,144); }
div.DivClassName
{
background-color: #936A90;
}
.BgClassName
{
background-color: #936A90;
}
</style>
border-color css
<style>
span { border-color: #936A90; }
span { border-color: rgb(147,106,144); }
td.TdClassName
{
border-color: #936A90;
}
.TagClassName
{
border-color: #936A90;
}
</style>