Shades of Violet Blue #937893
Tints of Violet Blue #937893
RGB
CMYK
RGB Variations
Color information
#937893 (or 0x937893) is known color: Violet Blue. HEX triplet: 93, 78 and 93. RGB value is (147,120,147). Sum of RGB (Red+Green+Blue) = 147+120+147=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #937893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937893 is #6C876C. Grayscale: #838383. Windows color (decimal): -7112557 or 9664659. OLE color: 9664659.
HSL color Cylindrical-coordinate representation of color #937893: hue angle of 300º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #937893 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 120 | 147 | - |
| CMYK | 0 | 0.18 | 0 | 0.42 |
| HSL | 300º | 0.11% | 0.52% | - |
| HSV(B) | 300º | 0.18% | 0.58% | - |
| XYZ | 24.02 | 21.74 | 30.53 | - |
| YUV | 131.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 147 | 0 | 0.18 | 0 | 0.42 | 300 | 0.11 | 0.52 |
| Hex | 93 | 78 | 93 | 0 | 12 | 0 | 2A | 12C | B | 34 |
| Octal | 223 | 170 | 223 | 0 | 22 | 0 | 52 | 454 | 13 | 64 |
| Binary | 10010011 | 1111000 | 10010011 | 0 | 10010 | 0 | 101010 | 100101100 | 1011 | 110100 |
Color Harmonies of #937893
Complementary color
Monochromatic Colors of #937893
Black with #937893
Text Example
Text Example
White with #937893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937893; }
p { color: rgb(147,120,147); }
H1.HeaderClassName
{
color: #937893;
}
.AnyTagClassName
{
color: #937893;
}
</style>
background-color css
<style>
a { background-color: #937893; }
a { background-color: rgb(147,120,147); }
div.DivClassName
{
background-color: #937893;
}
.BgClassName
{
background-color: #937893;
}
</style>
border-color css
<style>
span { border-color: #937893; }
span { border-color: rgb(147,120,147); }
td.TdClassName
{
border-color: #937893;
}
.TagClassName
{
border-color: #937893;
}
</style>