Shades of Violet Blue #93529B
Tints of Violet Blue #93529B
RGB
CMYK
RGB Variations
Color information
#93529B (or 0x93529B) is known color: Violet Blue. HEX triplet: 93, 52 and 9B. RGB value is (147,82,155). Sum of RGB (Red+Green+Blue) = 147+82+155=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #93529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93529B is #6CAD64. Grayscale: #6D6D6D. Windows color (decimal): -7122277 or 10179219. OLE color: 10179219.
HSL color Cylindrical-coordinate representation of color #93529B: hue angle of 293.42º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93529B is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 82 | 155 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.39 |
| HSL | 293.42º | 0.31% | 0.46% | - |
| HSV(B) | 293.42º | 0.47% | 0.61% | - |
| XYZ | 20.97 | 14.6 | 32.72 | - |
| YUV | 109.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 155 | 0.05 | 0.47 | 0 | 0.39 | 293.42 | 0.31 | 0.46 |
| Hex | 93 | 52 | 9B | 5 | 2F | 0 | 27 | 125 | 1F | 2E |
| Octal | 223 | 122 | 233 | 5 | 57 | 0 | 47 | 445 | 37 | 56 |
| Binary | 10010011 | 1010010 | 10011011 | 101 | 101111 | 0 | 100111 | 100100101 | 11111 | 101110 |
Color Harmonies of #93529B
Complementary color
Monochromatic Colors of #93529B
Black with #93529B
Text Example
Text Example
White with #93529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93529B; }
p { color: rgb(147,82,155); }
H1.HeaderClassName
{
color: #93529B;
}
.AnyTagClassName
{
color: #93529B;
}
</style>
background-color css
<style>
a { background-color: #93529B; }
a { background-color: rgb(147,82,155); }
div.DivClassName
{
background-color: #93529B;
}
.BgClassName
{
background-color: #93529B;
}
</style>
border-color css
<style>
span { border-color: #93529B; }
span { border-color: rgb(147,82,155); }
td.TdClassName
{
border-color: #93529B;
}
.TagClassName
{
border-color: #93529B;
}
</style>