Shades of True V #937ACE
Tints of True V #937ACE
RGB
CMYK
RGB Variations
Color information
#937ACE (or 0x937ACE) is known color: True V. HEX triplet: 93, 7A and CE. RGB value is (147,122,206). Sum of RGB (Red+Green+Blue) = 147+122+206=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #937ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ACE is #6C8531. Grayscale: #8A8A8A. Windows color (decimal): -7111986 or 13531795. OLE color: 13531795.
HSL color Cylindrical-coordinate representation of color #937ACE: hue angle of 257.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #937ACE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 122 | 206 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.19 |
| HSL | 257.86º | 0.46% | 0.64% | - |
| HSV(B) | 257.86º | 0.41% | 0.81% | - |
| XYZ | 30.13 | 24.58 | 61.55 | - |
| YUV | 139.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 206 | 0.29 | 0.41 | 0 | 0.19 | 257.86 | 0.46 | 0.64 |
| Hex | 93 | 7A | CE | 1D | 29 | 0 | 13 | 102 | 2E | 40 |
| Octal | 223 | 172 | 316 | 35 | 51 | 0 | 23 | 402 | 56 | 100 |
| Binary | 10010011 | 1111010 | 11001110 | 11101 | 101001 | 0 | 10011 | 100000010 | 101110 | 1000000 |
Color Harmonies of #937ACE
Complementary color
Monochromatic Colors of #937ACE
Black with #937ACE
Text Example
Text Example
White with #937ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937ACE; }
p { color: rgb(147,122,206); }
H1.HeaderClassName
{
color: #937ACE;
}
.AnyTagClassName
{
color: #937ACE;
}
</style>
background-color css
<style>
a { background-color: #937ACE; }
a { background-color: rgb(147,122,206); }
div.DivClassName
{
background-color: #937ACE;
}
.BgClassName
{
background-color: #937ACE;
}
</style>
border-color css
<style>
span { border-color: #937ACE; }
span { border-color: rgb(147,122,206); }
td.TdClassName
{
border-color: #937ACE;
}
.TagClassName
{
border-color: #937ACE;
}
</style>