Shades of Violet Blue #93569F
Tints of Violet Blue #93569F
RGB
CMYK
RGB Variations
Color information
#93569F (or 0x93569F) is known color: Violet Blue. HEX triplet: 93, 56 and 9F. RGB value is (147,86,159). Sum of RGB (Red+Green+Blue) = 147+86+159=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #93569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93569F is #6CA960. Grayscale: #707070. Windows color (decimal): -7121249 or 10442387. OLE color: 10442387.
HSL color Cylindrical-coordinate representation of color #93569F: hue angle of 290.14º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93569F is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 86 | 159 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.38 |
| HSL | 290.14º | 0.3% | 0.48% | - |
| HSV(B) | 290.14º | 0.46% | 0.62% | - |
| XYZ | 21.62 | 15.36 | 34.63 | - |
| YUV | 112.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 159 | 0.08 | 0.46 | 0 | 0.38 | 290.14 | 0.3 | 0.48 |
| Hex | 93 | 56 | 9F | 8 | 2E | 0 | 26 | 122 | 1E | 30 |
| Octal | 223 | 126 | 237 | 10 | 56 | 0 | 46 | 442 | 36 | 60 |
| Binary | 10010011 | 1010110 | 10011111 | 1000 | 101110 | 0 | 100110 | 100100010 | 11110 | 110000 |
Color Harmonies of #93569F
Complementary color
Monochromatic Colors of #93569F
Black with #93569F
Text Example
Text Example
White with #93569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93569F; }
p { color: rgb(147,86,159); }
H1.HeaderClassName
{
color: #93569F;
}
.AnyTagClassName
{
color: #93569F;
}
</style>
background-color css
<style>
a { background-color: #93569F; }
a { background-color: rgb(147,86,159); }
div.DivClassName
{
background-color: #93569F;
}
.BgClassName
{
background-color: #93569F;
}
</style>
border-color css
<style>
span { border-color: #93569F; }
span { border-color: rgb(147,86,159); }
td.TdClassName
{
border-color: #93569F;
}
.TagClassName
{
border-color: #93569F;
}
</style>