Shades of Violet Blue #93509A
Tints of Violet Blue #93509A
RGB
CMYK
RGB Variations
Color information
#93509A (or 0x93509A) is known color: Violet Blue. HEX triplet: 93, 50 and 9A. RGB value is (147,80,154). Sum of RGB (Red+Green+Blue) = 147+80+154=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #93509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93509A is #6CAF65. Grayscale: #6C6C6C. Windows color (decimal): -7122790 or 10113171. OLE color: 10113171.
HSL color Cylindrical-coordinate representation of color #93509A: hue angle of 294.32º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93509A is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 80 | 154 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.40 |
| HSL | 294.32º | 0.32% | 0.46% | - |
| HSV(B) | 294.32º | 0.48% | 0.6% | - |
| XYZ | 20.73 | 14.27 | 32.23 | - |
| YUV | 108.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 154 | 0.05 | 0.48 | 0 | 0.40 | 294.32 | 0.32 | 0.46 |
| Hex | 93 | 50 | 9A | 5 | 30 | 0 | 28 | 126 | 20 | 2E |
| Octal | 223 | 120 | 232 | 5 | 60 | 0 | 50 | 446 | 40 | 56 |
| Binary | 10010011 | 1010000 | 10011010 | 101 | 110000 | 0 | 101000 | 100100110 | 100000 | 101110 |
Color Harmonies of #93509A
Complementary color
Monochromatic Colors of #93509A
Black with #93509A
Text Example
Text Example
White with #93509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93509A; }
p { color: rgb(147,80,154); }
H1.HeaderClassName
{
color: #93509A;
}
.AnyTagClassName
{
color: #93509A;
}
</style>
background-color css
<style>
a { background-color: #93509A; }
a { background-color: rgb(147,80,154); }
div.DivClassName
{
background-color: #93509A;
}
.BgClassName
{
background-color: #93509A;
}
</style>
border-color css
<style>
span { border-color: #93509A; }
span { border-color: rgb(147,80,154); }
td.TdClassName
{
border-color: #93509A;
}
.TagClassName
{
border-color: #93509A;
}
</style>