Shades of Violet Blue #935E8F
Tints of Violet Blue #935E8F
RGB
CMYK
RGB Variations
Color information
#935E8F (or 0x935E8F) is known color: Violet Blue. HEX triplet: 93, 5E and 8F. RGB value is (147,94,143). Sum of RGB (Red+Green+Blue) = 147+94+143=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #935E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935E8F is #6CA170. Grayscale: #737373. Windows color (decimal): -7119217 or 9395859. OLE color: 9395859.
HSL color Cylindrical-coordinate representation of color #935E8F: hue angle of 304.53º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E8F is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 143 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.42 |
| HSL | 304.53º | 0.22% | 0.47% | - |
| HSV(B) | 304.53º | 0.36% | 0.58% | - |
| XYZ | 20.99 | 16.19 | 28.01 | - |
| YUV | 115.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 143 | 0 | 0.36 | 0.03 | 0.42 | 304.53 | 0.22 | 0.47 |
| Hex | 93 | 5E | 8F | 0 | 24 | 3 | 2A | 131 | 16 | 2F |
| Octal | 223 | 136 | 217 | 0 | 44 | 3 | 52 | 461 | 26 | 57 |
| Binary | 10010011 | 1011110 | 10001111 | 0 | 100100 | 11 | 101010 | 100110001 | 10110 | 101111 |
Color Harmonies of #935E8F
Complementary color
Monochromatic Colors of #935E8F
Black with #935E8F
Text Example
Text Example
White with #935E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E8F; }
p { color: rgb(147,94,143); }
H1.HeaderClassName
{
color: #935E8F;
}
.AnyTagClassName
{
color: #935E8F;
}
</style>
background-color css
<style>
a { background-color: #935E8F; }
a { background-color: rgb(147,94,143); }
div.DivClassName
{
background-color: #935E8F;
}
.BgClassName
{
background-color: #935E8F;
}
</style>
border-color css
<style>
span { border-color: #935E8F; }
span { border-color: rgb(147,94,143); }
td.TdClassName
{
border-color: #935E8F;
}
.TagClassName
{
border-color: #935E8F;
}
</style>