Shades of True V #936ED0
Tints of True V #936ED0
RGB
CMYK
RGB Variations
Color information
#936ED0 (or 0x936ED0) is known color: True V. HEX triplet: 93, 6E and D0. RGB value is (147,110,208). Sum of RGB (Red+Green+Blue) = 147+110+208=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #936ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936ED0 is #6C912F. Grayscale: #838383. Windows color (decimal): -7115056 or 13659795. OLE color: 13659795.
HSL color Cylindrical-coordinate representation of color #936ED0: hue angle of 262.65º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #936ED0 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 110 | 208 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.18 |
| HSL | 262.65º | 0.51% | 0.62% | - |
| HSV(B) | 262.65º | 0.47% | 0.82% | - |
| XYZ | 28.99 | 21.91 | 62.38 | - |
| YUV | 132.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 208 | 0.29 | 0.47 | 0 | 0.18 | 262.65 | 0.51 | 0.62 |
| Hex | 93 | 6E | D0 | 1D | 2F | 0 | 12 | 107 | 33 | 3E |
| Octal | 223 | 156 | 320 | 35 | 57 | 0 | 22 | 407 | 63 | 76 |
| Binary | 10010011 | 1101110 | 11010000 | 11101 | 101111 | 0 | 10010 | 100000111 | 110011 | 111110 |
Color Harmonies of #936ED0
Complementary color
Monochromatic Colors of #936ED0
Black with #936ED0
Text Example
Text Example
White with #936ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936ED0; }
p { color: rgb(147,110,208); }
H1.HeaderClassName
{
color: #936ED0;
}
.AnyTagClassName
{
color: #936ED0;
}
</style>
background-color css
<style>
a { background-color: #936ED0; }
a { background-color: rgb(147,110,208); }
div.DivClassName
{
background-color: #936ED0;
}
.BgClassName
{
background-color: #936ED0;
}
</style>
border-color css
<style>
span { border-color: #936ED0; }
span { border-color: rgb(147,110,208); }
td.TdClassName
{
border-color: #936ED0;
}
.TagClassName
{
border-color: #936ED0;
}
</style>