Shades of Violet Blue #93509E
Tints of Violet Blue #93509E
RGB
CMYK
RGB Variations
Color information
#93509E (or 0x93509E) is known color: Violet Blue. HEX triplet: 93, 50 and 9E. RGB value is (147,80,158). Sum of RGB (Red+Green+Blue) = 147+80+158=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #93509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93509E is #6CAF61. Grayscale: #6C6C6C. Windows color (decimal): -7122786 or 10375315. OLE color: 10375315.
HSL color Cylindrical-coordinate representation of color #93509E: hue angle of 291.54º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93509E is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 80 | 158 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.38 |
| HSL | 291.54º | 0.33% | 0.47% | - |
| HSV(B) | 291.54º | 0.49% | 0.62% | - |
| XYZ | 21.07 | 14.41 | 34.02 | - |
| YUV | 108.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 158 | 0.07 | 0.49 | 0 | 0.38 | 291.54 | 0.33 | 0.47 |
| Hex | 93 | 50 | 9E | 7 | 31 | 0 | 26 | 124 | 21 | 2F |
| Octal | 223 | 120 | 236 | 7 | 61 | 0 | 46 | 444 | 41 | 57 |
| Binary | 10010011 | 1010000 | 10011110 | 111 | 110001 | 0 | 100110 | 100100100 | 100001 | 101111 |
Color Harmonies of #93509E
Complementary color
Monochromatic Colors of #93509E
Black with #93509E
Text Example
Text Example
White with #93509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93509E; }
p { color: rgb(147,80,158); }
H1.HeaderClassName
{
color: #93509E;
}
.AnyTagClassName
{
color: #93509E;
}
</style>
background-color css
<style>
a { background-color: #93509E; }
a { background-color: rgb(147,80,158); }
div.DivClassName
{
background-color: #93509E;
}
.BgClassName
{
background-color: #93509E;
}
</style>
border-color css
<style>
span { border-color: #93509E; }
span { border-color: rgb(147,80,158); }
td.TdClassName
{
border-color: #93509E;
}
.TagClassName
{
border-color: #93509E;
}
</style>