Shades of Violet Blue #93639C
Tints of Violet Blue #93639C
RGB
CMYK
RGB Variations
Color information
#93639C (or 0x93639C) is known color: Violet Blue. HEX triplet: 93, 63 and 9C. RGB value is (147,99,156). Sum of RGB (Red+Green+Blue) = 147+99+156=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #93639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93639C is #6C9C63. Grayscale: #777777. Windows color (decimal): -7117924 or 10249107. OLE color: 10249107.
HSL color Cylindrical-coordinate representation of color #93639C: hue angle of 290.53º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93639C is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 99 | 156 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.39 |
| HSL | 290.53º | 0.22% | 0.5% | - |
| HSV(B) | 290.53º | 0.37% | 0.61% | - |
| XYZ | 22.5 | 17.53 | 33.65 | - |
| YUV | 119.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 156 | 0.06 | 0.37 | 0 | 0.39 | 290.53 | 0.22 | 0.5 |
| Hex | 93 | 63 | 9C | 6 | 25 | 0 | 27 | 123 | 16 | 32 |
| Octal | 223 | 143 | 234 | 6 | 45 | 0 | 47 | 443 | 26 | 62 |
| Binary | 10010011 | 1100011 | 10011100 | 110 | 100101 | 0 | 100111 | 100100011 | 10110 | 110010 |
Color Harmonies of #93639C
Complementary color
Monochromatic Colors of #93639C
Black with #93639C
Text Example
Text Example
White with #93639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93639C; }
p { color: rgb(147,99,156); }
H1.HeaderClassName
{
color: #93639C;
}
.AnyTagClassName
{
color: #93639C;
}
</style>
background-color css
<style>
a { background-color: #93639C; }
a { background-color: rgb(147,99,156); }
div.DivClassName
{
background-color: #93639C;
}
.BgClassName
{
background-color: #93639C;
}
</style>
border-color css
<style>
span { border-color: #93639C; }
span { border-color: rgb(147,99,156); }
td.TdClassName
{
border-color: #93639C;
}
.TagClassName
{
border-color: #93639C;
}
</style>