Shades of True V #937ECF
Tints of True V #937ECF
RGB
CMYK
RGB Variations
Color information
#937ECF (or 0x937ECF) is known color: True V. HEX triplet: 93, 7E and CF. RGB value is (147,126,207). Sum of RGB (Red+Green+Blue) = 147+126+207=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #937ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ECF is #6C8130. Grayscale: #8D8D8D. Windows color (decimal): -7110961 or 13598355. OLE color: 13598355.
HSL color Cylindrical-coordinate representation of color #937ECF: hue angle of 255.56º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #937ECF is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 126 | 207 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.19 |
| HSL | 255.56º | 0.46% | 0.65% | - |
| HSV(B) | 255.56º | 0.39% | 0.81% | - |
| XYZ | 30.76 | 25.63 | 62.36 | - |
| YUV | 141.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 207 | 0.29 | 0.39 | 0 | 0.19 | 255.56 | 0.46 | 0.65 |
| Hex | 93 | 7E | CF | 1D | 27 | 0 | 13 | 100 | 2E | 41 |
| Octal | 223 | 176 | 317 | 35 | 47 | 0 | 23 | 400 | 56 | 101 |
| Binary | 10010011 | 1111110 | 11001111 | 11101 | 100111 | 0 | 10011 | 100000000 | 101110 | 1000001 |
Color Harmonies of #937ECF
Complementary color
Monochromatic Colors of #937ECF
Black with #937ECF
Text Example
Text Example
White with #937ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937ECF; }
p { color: rgb(147,126,207); }
H1.HeaderClassName
{
color: #937ECF;
}
.AnyTagClassName
{
color: #937ECF;
}
</style>
background-color css
<style>
a { background-color: #937ECF; }
a { background-color: rgb(147,126,207); }
div.DivClassName
{
background-color: #937ECF;
}
.BgClassName
{
background-color: #937ECF;
}
</style>
border-color css
<style>
span { border-color: #937ECF; }
span { border-color: rgb(147,126,207); }
td.TdClassName
{
border-color: #937ECF;
}
.TagClassName
{
border-color: #937ECF;
}
</style>