Shades of Violet Blue #935EA3
Tints of Violet Blue #935EA3
RGB
CMYK
RGB Variations
Color information
#935EA3 (or 0x935EA3) is known color: Violet Blue. HEX triplet: 93, 5E and A3. RGB value is (147,94,163). Sum of RGB (Red+Green+Blue) = 147+94+163=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 163 - color contains mainly: blue. Hex color #935EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935EA3 is #6CA15C. Grayscale: #757575. Windows color (decimal): -7119197 or 10706579. OLE color: 10706579.
HSL color Cylindrical-coordinate representation of color #935EA3: hue angle of 286.09º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #935EA3 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 94 | 163 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.36 |
| HSL | 286.09º | 0.27% | 0.5% | - |
| HSV(B) | 286.09º | 0.42% | 0.64% | - |
| XYZ | 22.65 | 16.85 | 36.71 | - |
| YUV | 117.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 163 | 0.10 | 0.42 | 0 | 0.36 | 286.09 | 0.27 | 0.5 |
| Hex | 93 | 5E | A3 | A | 2A | 0 | 24 | 11E | 1B | 32 |
| Octal | 223 | 136 | 243 | 12 | 52 | 0 | 44 | 436 | 33 | 62 |
| Binary | 10010011 | 1011110 | 10100011 | 1010 | 101010 | 0 | 100100 | 100011110 | 11011 | 110010 |
Color Harmonies of #935EA3
Complementary color
Monochromatic Colors of #935EA3
Black with #935EA3
Text Example
Text Example
White with #935EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935EA3; }
p { color: rgb(147,94,163); }
H1.HeaderClassName
{
color: #935EA3;
}
.AnyTagClassName
{
color: #935EA3;
}
</style>
background-color css
<style>
a { background-color: #935EA3; }
a { background-color: rgb(147,94,163); }
div.DivClassName
{
background-color: #935EA3;
}
.BgClassName
{
background-color: #935EA3;
}
</style>
border-color css
<style>
span { border-color: #935EA3; }
span { border-color: rgb(147,94,163); }
td.TdClassName
{
border-color: #935EA3;
}
.TagClassName
{
border-color: #935EA3;
}
</style>