Shades of True V #937FC3
Tints of True V #937FC3
RGB
CMYK
RGB Variations
Color information
#937FC3 (or 0x937FC3) is known color: True V. HEX triplet: 93, 7F and C3. RGB value is (147,127,195). Sum of RGB (Red+Green+Blue) = 147+127+195=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #937FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FC3 is #6C803C. Grayscale: #8C8C8C. Windows color (decimal): -7110717 or 12812179. OLE color: 12812179.
HSL color Cylindrical-coordinate representation of color #937FC3: hue angle of 257.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #937FC3 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 127 | 195 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.24 |
| HSL | 257.65º | 0.36% | 0.63% | - |
| HSV(B) | 257.65º | 0.35% | 0.76% | - |
| XYZ | 29.47 | 25.32 | 54.96 | - |
| YUV | 140.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 195 | 0.25 | 0.35 | 0 | 0.24 | 257.65 | 0.36 | 0.63 |
| Hex | 93 | 7F | C3 | 19 | 23 | 0 | 18 | 102 | 24 | 3F |
| Octal | 223 | 177 | 303 | 31 | 43 | 0 | 30 | 402 | 44 | 77 |
| Binary | 10010011 | 1111111 | 11000011 | 11001 | 100011 | 0 | 11000 | 100000010 | 100100 | 111111 |
Color Harmonies of #937FC3
Complementary color
Monochromatic Colors of #937FC3
Black with #937FC3
Text Example
Text Example
White with #937FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937FC3; }
p { color: rgb(147,127,195); }
H1.HeaderClassName
{
color: #937FC3;
}
.AnyTagClassName
{
color: #937FC3;
}
</style>
background-color css
<style>
a { background-color: #937FC3; }
a { background-color: rgb(147,127,195); }
div.DivClassName
{
background-color: #937FC3;
}
.BgClassName
{
background-color: #937FC3;
}
</style>
border-color css
<style>
span { border-color: #937FC3; }
span { border-color: rgb(147,127,195); }
td.TdClassName
{
border-color: #937FC3;
}
.TagClassName
{
border-color: #937FC3;
}
</style>