Shades of True V #937ECA
Tints of True V #937ECA
RGB
CMYK
RGB Variations
Color information
#937ECA (or 0x937ECA) is known color: True V. HEX triplet: 93, 7E and CA. RGB value is (147,126,202). Sum of RGB (Red+Green+Blue) = 147+126+202=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #937ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ECA is #6C8135. Grayscale: #8C8C8C. Windows color (decimal): -7110966 or 13270675. OLE color: 13270675.
HSL color Cylindrical-coordinate representation of color #937ECA: hue angle of 256.58º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #937ECA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 126 | 202 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.21 |
| HSL | 256.58º | 0.42% | 0.64% | - |
| HSV(B) | 256.58º | 0.38% | 0.79% | - |
| XYZ | 30.15 | 25.39 | 59.19 | - |
| YUV | 140.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 202 | 0.27 | 0.38 | 0 | 0.21 | 256.58 | 0.42 | 0.64 |
| Hex | 93 | 7E | CA | 1B | 26 | 0 | 15 | 101 | 2A | 40 |
| Octal | 223 | 176 | 312 | 33 | 46 | 0 | 25 | 401 | 52 | 100 |
| Binary | 10010011 | 1111110 | 11001010 | 11011 | 100110 | 0 | 10101 | 100000001 | 101010 | 1000000 |
Color Harmonies of #937ECA
Complementary color
Monochromatic Colors of #937ECA
Black with #937ECA
Text Example
Text Example
White with #937ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937ECA; }
p { color: rgb(147,126,202); }
H1.HeaderClassName
{
color: #937ECA;
}
.AnyTagClassName
{
color: #937ECA;
}
</style>
background-color css
<style>
a { background-color: #937ECA; }
a { background-color: rgb(147,126,202); }
div.DivClassName
{
background-color: #937ECA;
}
.BgClassName
{
background-color: #937ECA;
}
</style>
border-color css
<style>
span { border-color: #937ECA; }
span { border-color: rgb(147,126,202); }
td.TdClassName
{
border-color: #937ECA;
}
.TagClassName
{
border-color: #937ECA;
}
</style>