Shades of Violet Blue #935A8F
Tints of Violet Blue #935A8F
RGB
CMYK
RGB Variations
Color information
#935A8F (or 0x935A8F) is known color: Violet Blue. HEX triplet: 93, 5A and 8F. RGB value is (147,90,143). Sum of RGB (Red+Green+Blue) = 147+90+143=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #935A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935A8F is #6CA570. Grayscale: #707070. Windows color (decimal): -7120241 or 9394835. OLE color: 9394835.
HSL color Cylindrical-coordinate representation of color #935A8F: hue angle of 304.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935A8F is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 143 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.42 |
| HSL | 304.21º | 0.24% | 0.46% | - |
| HSV(B) | 304.21º | 0.39% | 0.58% | - |
| XYZ | 20.65 | 15.5 | 27.89 | - |
| YUV | 113.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 143 | 0 | 0.39 | 0.03 | 0.42 | 304.21 | 0.24 | 0.46 |
| Hex | 93 | 5A | 8F | 0 | 27 | 3 | 2A | 130 | 18 | 2E |
| Octal | 223 | 132 | 217 | 0 | 47 | 3 | 52 | 460 | 30 | 56 |
| Binary | 10010011 | 1011010 | 10001111 | 0 | 100111 | 11 | 101010 | 100110000 | 11000 | 101110 |
Color Harmonies of #935A8F
Complementary color
Monochromatic Colors of #935A8F
Black with #935A8F
Text Example
Text Example
White with #935A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A8F; }
p { color: rgb(147,90,143); }
H1.HeaderClassName
{
color: #935A8F;
}
.AnyTagClassName
{
color: #935A8F;
}
</style>
background-color css
<style>
a { background-color: #935A8F; }
a { background-color: rgb(147,90,143); }
div.DivClassName
{
background-color: #935A8F;
}
.BgClassName
{
background-color: #935A8F;
}
</style>
border-color css
<style>
span { border-color: #935A8F; }
span { border-color: rgb(147,90,143); }
td.TdClassName
{
border-color: #935A8F;
}
.TagClassName
{
border-color: #935A8F;
}
</style>