Shades of True V #937FC7
Tints of True V #937FC7
RGB
CMYK
RGB Variations
Color information
#937FC7 (or 0x937FC7) is known color: True V. HEX triplet: 93, 7F and C7. RGB value is (147,127,199). Sum of RGB (Red+Green+Blue) = 147+127+199=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #937FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FC7 is #6C8038. Grayscale: #8C8C8C. Windows color (decimal): -7110713 or 13074323. OLE color: 13074323.
HSL color Cylindrical-coordinate representation of color #937FC7: hue angle of 256.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #937FC7 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 127 | 199 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.22 |
| HSL | 256.67º | 0.39% | 0.64% | - |
| HSV(B) | 256.67º | 0.36% | 0.78% | - |
| XYZ | 29.93 | 25.51 | 57.38 | - |
| YUV | 141.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 199 | 0.26 | 0.36 | 0 | 0.22 | 256.67 | 0.39 | 0.64 |
| Hex | 93 | 7F | C7 | 1A | 24 | 0 | 16 | 101 | 27 | 40 |
| Octal | 223 | 177 | 307 | 32 | 44 | 0 | 26 | 401 | 47 | 100 |
| Binary | 10010011 | 1111111 | 11000111 | 11010 | 100100 | 0 | 10110 | 100000001 | 100111 | 1000000 |
Color Harmonies of #937FC7
Complementary color
Monochromatic Colors of #937FC7
Black with #937FC7
Text Example
Text Example
White with #937FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937FC7; }
p { color: rgb(147,127,199); }
H1.HeaderClassName
{
color: #937FC7;
}
.AnyTagClassName
{
color: #937FC7;
}
</style>
background-color css
<style>
a { background-color: #937FC7; }
a { background-color: rgb(147,127,199); }
div.DivClassName
{
background-color: #937FC7;
}
.BgClassName
{
background-color: #937FC7;
}
</style>
border-color css
<style>
span { border-color: #937FC7; }
span { border-color: rgb(147,127,199); }
td.TdClassName
{
border-color: #937FC7;
}
.TagClassName
{
border-color: #937FC7;
}
</style>