Shades of Violet Blue #93569D
Tints of Violet Blue #93569D
RGB
CMYK
RGB Variations
Color information
#93569D (or 0x93569D) is known color: Violet Blue. HEX triplet: 93, 56 and 9D. RGB value is (147,86,157). Sum of RGB (Red+Green+Blue) = 147+86+157=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #93569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93569D is #6CA962. Grayscale: #707070. Windows color (decimal): -7121251 or 10311315. OLE color: 10311315.
HSL color Cylindrical-coordinate representation of color #93569D: hue angle of 291.55º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93569D is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 86 | 157 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.38 |
| HSL | 291.55º | 0.29% | 0.48% | - |
| HSV(B) | 291.55º | 0.45% | 0.62% | - |
| XYZ | 21.45 | 15.29 | 33.72 | - |
| YUV | 112.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 157 | 0.06 | 0.45 | 0 | 0.38 | 291.55 | 0.29 | 0.48 |
| Hex | 93 | 56 | 9D | 6 | 2D | 0 | 26 | 124 | 1D | 30 |
| Octal | 223 | 126 | 235 | 6 | 55 | 0 | 46 | 444 | 35 | 60 |
| Binary | 10010011 | 1010110 | 10011101 | 110 | 101101 | 0 | 100110 | 100100100 | 11101 | 110000 |
Color Harmonies of #93569D
Complementary color
Monochromatic Colors of #93569D
Black with #93569D
Text Example
Text Example
White with #93569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93569D; }
p { color: rgb(147,86,157); }
H1.HeaderClassName
{
color: #93569D;
}
.AnyTagClassName
{
color: #93569D;
}
</style>
background-color css
<style>
a { background-color: #93569D; }
a { background-color: rgb(147,86,157); }
div.DivClassName
{
background-color: #93569D;
}
.BgClassName
{
background-color: #93569D;
}
</style>
border-color css
<style>
span { border-color: #93569D; }
span { border-color: rgb(147,86,157); }
td.TdClassName
{
border-color: #93569D;
}
.TagClassName
{
border-color: #93569D;
}
</style>