Shades of Violet Blue #936593
Tints of Violet Blue #936593
RGB
CMYK
RGB Variations
Color information
#936593 (or 0x936593) is known color: Violet Blue. HEX triplet: 93, 65 and 93. RGB value is (147,101,147). Sum of RGB (Red+Green+Blue) = 147+101+147=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #936593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936593 is #6C9A6C. Grayscale: #777777. Windows color (decimal): -7117421 or 9659795. OLE color: 9659795.
HSL color Cylindrical-coordinate representation of color #936593: hue angle of 300º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #936593 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 101 | 147 | - |
| CMYK | 0 | 0.31 | 0 | 0.42 |
| HSL | 300º | 0.19% | 0.49% | - |
| HSV(B) | 300º | 0.31% | 0.58% | - |
| XYZ | 21.95 | 17.62 | 29.85 | - |
| YUV | 120 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 101 | 147 | 0 | 0.31 | 0 | 0.42 | 300 | 0.19 | 0.49 |
| Hex | 93 | 65 | 93 | 0 | 1F | 0 | 2A | 12C | 13 | 31 |
| Octal | 223 | 145 | 223 | 0 | 37 | 0 | 52 | 454 | 23 | 61 |
| Binary | 10010011 | 1100101 | 10010011 | 0 | 11111 | 0 | 101010 | 100101100 | 10011 | 110001 |
Color Harmonies of #936593
Complementary color
Monochromatic Colors of #936593
Black with #936593
Text Example
Text Example
White with #936593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936593; }
p { color: rgb(147,101,147); }
H1.HeaderClassName
{
color: #936593;
}
.AnyTagClassName
{
color: #936593;
}
</style>
background-color css
<style>
a { background-color: #936593; }
a { background-color: rgb(147,101,147); }
div.DivClassName
{
background-color: #936593;
}
.BgClassName
{
background-color: #936593;
}
</style>
border-color css
<style>
span { border-color: #936593; }
span { border-color: rgb(147,101,147); }
td.TdClassName
{
border-color: #936593;
}
.TagClassName
{
border-color: #936593;
}
</style>