Shades of True V #937FC4
Tints of True V #937FC4
RGB
CMYK
RGB Variations
Color information
#937FC4 (or 0x937FC4) is known color: True V. HEX triplet: 93, 7F and C4. RGB value is (147,127,196). Sum of RGB (Red+Green+Blue) = 147+127+196=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #937FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FC4 is #6C803B. Grayscale: #8C8C8C. Windows color (decimal): -7110716 or 12877715. OLE color: 12877715.
HSL color Cylindrical-coordinate representation of color #937FC4: hue angle of 257.39º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #937FC4 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 127 | 196 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.23 |
| HSL | 257.39º | 0.37% | 0.63% | - |
| HSV(B) | 257.39º | 0.35% | 0.77% | - |
| XYZ | 29.59 | 25.37 | 55.56 | - |
| YUV | 140.85 | 159.13 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 196 | 0.25 | 0.35 | 0 | 0.23 | 257.39 | 0.37 | 0.63 |
| Hex | 93 | 7F | C4 | 19 | 23 | 0 | 17 | 101 | 25 | 3F |
| Octal | 223 | 177 | 304 | 31 | 43 | 0 | 27 | 401 | 45 | 77 |
| Binary | 10010011 | 1111111 | 11000100 | 11001 | 100011 | 0 | 10111 | 100000001 | 100101 | 111111 |
Color Harmonies of #937FC4
Complementary color
Monochromatic Colors of #937FC4
Black with #937FC4
Text Example
Text Example
White with #937FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937FC4; }
p { color: rgb(147,127,196); }
H1.HeaderClassName
{
color: #937FC4;
}
.AnyTagClassName
{
color: #937FC4;
}
</style>
background-color css
<style>
a { background-color: #937FC4; }
a { background-color: rgb(147,127,196); }
div.DivClassName
{
background-color: #937FC4;
}
.BgClassName
{
background-color: #937FC4;
}
</style>
border-color css
<style>
span { border-color: #937FC4; }
span { border-color: rgb(147,127,196); }
td.TdClassName
{
border-color: #937FC4;
}
.TagClassName
{
border-color: #937FC4;
}
</style>