Shades of Violet Blue #93538F
Tints of Violet Blue #93538F
RGB
CMYK
RGB Variations
Color information
#93538F (or 0x93538F) is known color: Violet Blue. HEX triplet: 93, 53 and 8F. RGB value is (147,83,143). Sum of RGB (Red+Green+Blue) = 147+83+143=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93538F is #6CAC70. Grayscale: #6C6C6C. Windows color (decimal): -7122033 or 9393043. OLE color: 9393043.
HSL color Cylindrical-coordinate representation of color #93538F: hue angle of 303.75º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93538F is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 143 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.42 |
| HSL | 303.75º | 0.28% | 0.45% | - |
| HSV(B) | 303.75º | 0.44% | 0.58% | - |
| XYZ | 20.08 | 14.37 | 27.7 | - |
| YUV | 108.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 143 | 0 | 0.44 | 0.03 | 0.42 | 303.75 | 0.28 | 0.45 |
| Hex | 93 | 53 | 8F | 0 | 2C | 3 | 2A | 130 | 1C | 2D |
| Octal | 223 | 123 | 217 | 0 | 54 | 3 | 52 | 460 | 34 | 55 |
| Binary | 10010011 | 1010011 | 10001111 | 0 | 101100 | 11 | 101010 | 100110000 | 11100 | 101101 |
Color Harmonies of #93538F
Complementary color
Monochromatic Colors of #93538F
Black with #93538F
Text Example
Text Example
White with #93538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93538F; }
p { color: rgb(147,83,143); }
H1.HeaderClassName
{
color: #93538F;
}
.AnyTagClassName
{
color: #93538F;
}
</style>
background-color css
<style>
a { background-color: #93538F; }
a { background-color: rgb(147,83,143); }
div.DivClassName
{
background-color: #93538F;
}
.BgClassName
{
background-color: #93538F;
}
</style>
border-color css
<style>
span { border-color: #93538F; }
span { border-color: rgb(147,83,143); }
td.TdClassName
{
border-color: #93538F;
}
.TagClassName
{
border-color: #93538F;
}
</style>