Shades of Violet Blue #93539D
Tints of Violet Blue #93539D
RGB
CMYK
RGB Variations
Color information
#93539D (or 0x93539D) is known color: Violet Blue. HEX triplet: 93, 53 and 9D. RGB value is (147,83,157). Sum of RGB (Red+Green+Blue) = 147+83+157=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #93539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93539D is #6CAC62. Grayscale: #6E6E6E. Windows color (decimal): -7122019 or 10310547. OLE color: 10310547.
HSL color Cylindrical-coordinate representation of color #93539D: hue angle of 291.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93539D is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 83 | 157 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.38 |
| HSL | 291.89º | 0.31% | 0.47% | - |
| HSV(B) | 291.89º | 0.47% | 0.62% | - |
| XYZ | 21.21 | 14.82 | 33.64 | - |
| YUV | 110.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 157 | 0.06 | 0.47 | 0 | 0.38 | 291.89 | 0.31 | 0.47 |
| Hex | 93 | 53 | 9D | 6 | 2F | 0 | 26 | 124 | 1F | 2F |
| Octal | 223 | 123 | 235 | 6 | 57 | 0 | 46 | 444 | 37 | 57 |
| Binary | 10010011 | 1010011 | 10011101 | 110 | 101111 | 0 | 100110 | 100100100 | 11111 | 101111 |
Color Harmonies of #93539D
Complementary color
Monochromatic Colors of #93539D
Black with #93539D
Text Example
Text Example
White with #93539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93539D; }
p { color: rgb(147,83,157); }
H1.HeaderClassName
{
color: #93539D;
}
.AnyTagClassName
{
color: #93539D;
}
</style>
background-color css
<style>
a { background-color: #93539D; }
a { background-color: rgb(147,83,157); }
div.DivClassName
{
background-color: #93539D;
}
.BgClassName
{
background-color: #93539D;
}
</style>
border-color css
<style>
span { border-color: #93539D; }
span { border-color: rgb(147,83,157); }
td.TdClassName
{
border-color: #93539D;
}
.TagClassName
{
border-color: #93539D;
}
</style>