Shades of True V #936ECF
Tints of True V #936ECF
RGB
CMYK
RGB Variations
Color information
#936ECF (or 0x936ECF) is known color: True V. HEX triplet: 93, 6E and CF. RGB value is (147,110,207). Sum of RGB (Red+Green+Blue) = 147+110+207=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #936ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936ECF is #6C9130. Grayscale: #838383. Windows color (decimal): -7115057 or 13594259. OLE color: 13594259.
HSL color Cylindrical-coordinate representation of color #936ECF: hue angle of 262.89º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #936ECF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 110 | 207 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.19 |
| HSL | 262.89º | 0.5% | 0.62% | - |
| HSV(B) | 262.89º | 0.47% | 0.81% | - |
| XYZ | 28.87 | 21.86 | 61.73 | - |
| YUV | 132.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 207 | 0.29 | 0.47 | 0 | 0.19 | 262.89 | 0.5 | 0.62 |
| Hex | 93 | 6E | CF | 1D | 2F | 0 | 13 | 107 | 32 | 3E |
| Octal | 223 | 156 | 317 | 35 | 57 | 0 | 23 | 407 | 62 | 76 |
| Binary | 10010011 | 1101110 | 11001111 | 11101 | 101111 | 0 | 10011 | 100000111 | 110010 | 111110 |
Color Harmonies of #936ECF
Complementary color
Monochromatic Colors of #936ECF
Black with #936ECF
Text Example
Text Example
White with #936ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936ECF; }
p { color: rgb(147,110,207); }
H1.HeaderClassName
{
color: #936ECF;
}
.AnyTagClassName
{
color: #936ECF;
}
</style>
background-color css
<style>
a { background-color: #936ECF; }
a { background-color: rgb(147,110,207); }
div.DivClassName
{
background-color: #936ECF;
}
.BgClassName
{
background-color: #936ECF;
}
</style>
border-color css
<style>
span { border-color: #936ECF; }
span { border-color: rgb(147,110,207); }
td.TdClassName
{
border-color: #936ECF;
}
.TagClassName
{
border-color: #936ECF;
}
</style>