Shades of Violet Blue #935E9F
Tints of Violet Blue #935E9F
RGB
CMYK
RGB Variations
Color information
#935E9F (or 0x935E9F) is known color: Violet Blue. HEX triplet: 93, 5E and 9F. RGB value is (147,94,159). Sum of RGB (Red+Green+Blue) = 147+94+159=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #935E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935E9F is #6CA160. Grayscale: #757575. Windows color (decimal): -7119201 or 10444435. OLE color: 10444435.
HSL color Cylindrical-coordinate representation of color #935E9F: hue angle of 288.92º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935E9F is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 94 | 159 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.38 |
| HSL | 288.92º | 0.26% | 0.5% | - |
| HSV(B) | 288.92º | 0.41% | 0.62% | - |
| XYZ | 22.29 | 16.71 | 34.85 | - |
| YUV | 117.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 159 | 0.08 | 0.41 | 0 | 0.38 | 288.92 | 0.26 | 0.5 |
| Hex | 93 | 5E | 9F | 8 | 29 | 0 | 26 | 121 | 1A | 32 |
| Octal | 223 | 136 | 237 | 10 | 51 | 0 | 46 | 441 | 32 | 62 |
| Binary | 10010011 | 1011110 | 10011111 | 1000 | 101001 | 0 | 100110 | 100100001 | 11010 | 110010 |
Color Harmonies of #935E9F
Complementary color
Monochromatic Colors of #935E9F
Black with #935E9F
Text Example
Text Example
White with #935E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E9F; }
p { color: rgb(147,94,159); }
H1.HeaderClassName
{
color: #935E9F;
}
.AnyTagClassName
{
color: #935E9F;
}
</style>
background-color css
<style>
a { background-color: #935E9F; }
a { background-color: rgb(147,94,159); }
div.DivClassName
{
background-color: #935E9F;
}
.BgClassName
{
background-color: #935E9F;
}
</style>
border-color css
<style>
span { border-color: #935E9F; }
span { border-color: rgb(147,94,159); }
td.TdClassName
{
border-color: #935E9F;
}
.TagClassName
{
border-color: #935E9F;
}
</style>