Shades of Violet Blue #93539B
Tints of Violet Blue #93539B
RGB
CMYK
RGB Variations
Color information
#93539B (or 0x93539B) is known color: Violet Blue. HEX triplet: 93, 53 and 9B. RGB value is (147,83,155). Sum of RGB (Red+Green+Blue) = 147+83+155=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #93539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93539B is #6CAC64. Grayscale: #6E6E6E. Windows color (decimal): -7122021 or 10179475. OLE color: 10179475.
HSL color Cylindrical-coordinate representation of color #93539B: hue angle of 293.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93539B is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 83 | 155 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.39 |
| HSL | 293.33º | 0.3% | 0.47% | - |
| HSV(B) | 293.33º | 0.46% | 0.61% | - |
| XYZ | 21.04 | 14.76 | 32.75 | - |
| YUV | 110.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 155 | 0.05 | 0.46 | 0 | 0.39 | 293.33 | 0.3 | 0.47 |
| Hex | 93 | 53 | 9B | 5 | 2E | 0 | 27 | 125 | 1E | 2F |
| Octal | 223 | 123 | 233 | 5 | 56 | 0 | 47 | 445 | 36 | 57 |
| Binary | 10010011 | 1010011 | 10011011 | 101 | 101110 | 0 | 100111 | 100100101 | 11110 | 101111 |
Color Harmonies of #93539B
Complementary color
Monochromatic Colors of #93539B
Black with #93539B
Text Example
Text Example
White with #93539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93539B; }
p { color: rgb(147,83,155); }
H1.HeaderClassName
{
color: #93539B;
}
.AnyTagClassName
{
color: #93539B;
}
</style>
background-color css
<style>
a { background-color: #93539B; }
a { background-color: rgb(147,83,155); }
div.DivClassName
{
background-color: #93539B;
}
.BgClassName
{
background-color: #93539B;
}
</style>
border-color css
<style>
span { border-color: #93539B; }
span { border-color: rgb(147,83,155); }
td.TdClassName
{
border-color: #93539B;
}
.TagClassName
{
border-color: #93539B;
}
</style>