Shades of Violet Blue #93609D
Tints of Violet Blue #93609D
RGB
CMYK
RGB Variations
Color information
#93609D (or 0x93609D) is known color: Violet Blue. HEX triplet: 93, 60 and 9D. RGB value is (147,96,157). Sum of RGB (Red+Green+Blue) = 147+96+157=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #93609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93609D is #6C9F62. Grayscale: #767676. Windows color (decimal): -7118691 or 10313875. OLE color: 10313875.
HSL color Cylindrical-coordinate representation of color #93609D: hue angle of 290.16º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93609D is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 96 | 157 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.38 |
| HSL | 290.16º | 0.24% | 0.5% | - |
| HSV(B) | 290.16º | 0.39% | 0.62% | - |
| XYZ | 22.3 | 17 | 34 | - |
| YUV | 118.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 157 | 0.06 | 0.39 | 0 | 0.38 | 290.16 | 0.24 | 0.5 |
| Hex | 93 | 60 | 9D | 6 | 27 | 0 | 26 | 122 | 18 | 32 |
| Octal | 223 | 140 | 235 | 6 | 47 | 0 | 46 | 442 | 30 | 62 |
| Binary | 10010011 | 1100000 | 10011101 | 110 | 100111 | 0 | 100110 | 100100010 | 11000 | 110010 |
Color Harmonies of #93609D
Complementary color
Monochromatic Colors of #93609D
Black with #93609D
Text Example
Text Example
White with #93609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93609D; }
p { color: rgb(147,96,157); }
H1.HeaderClassName
{
color: #93609D;
}
.AnyTagClassName
{
color: #93609D;
}
</style>
background-color css
<style>
a { background-color: #93609D; }
a { background-color: rgb(147,96,157); }
div.DivClassName
{
background-color: #93609D;
}
.BgClassName
{
background-color: #93609D;
}
</style>
border-color css
<style>
span { border-color: #93609D; }
span { border-color: rgb(147,96,157); }
td.TdClassName
{
border-color: #93609D;
}
.TagClassName
{
border-color: #93609D;
}
</style>