Shades of True V #937CC5
Tints of True V #937CC5
RGB
CMYK
RGB Variations
Color information
#937CC5 (or 0x937CC5) is known color: True V. HEX triplet: 93, 7C and C5. RGB value is (147,124,197). Sum of RGB (Red+Green+Blue) = 147+124+197=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #937CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CC5 is #6C833A. Grayscale: #8A8A8A. Windows color (decimal): -7111483 or 12942483. OLE color: 12942483.
HSL color Cylindrical-coordinate representation of color #937CC5: hue angle of 258.9º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #937CC5 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 124 | 197 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.23 |
| HSL | 258.9º | 0.39% | 0.63% | - |
| HSV(B) | 258.9º | 0.37% | 0.77% | - |
| XYZ | 29.32 | 24.65 | 56.04 | - |
| YUV | 139.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 197 | 0.25 | 0.37 | 0 | 0.23 | 258.9 | 0.39 | 0.63 |
| Hex | 93 | 7C | C5 | 19 | 25 | 0 | 17 | 103 | 27 | 3F |
| Octal | 223 | 174 | 305 | 31 | 45 | 0 | 27 | 403 | 47 | 77 |
| Binary | 10010011 | 1111100 | 11000101 | 11001 | 100101 | 0 | 10111 | 100000011 | 100111 | 111111 |
Color Harmonies of #937CC5
Complementary color
Monochromatic Colors of #937CC5
Black with #937CC5
Text Example
Text Example
White with #937CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937CC5; }
p { color: rgb(147,124,197); }
H1.HeaderClassName
{
color: #937CC5;
}
.AnyTagClassName
{
color: #937CC5;
}
</style>
background-color css
<style>
a { background-color: #937CC5; }
a { background-color: rgb(147,124,197); }
div.DivClassName
{
background-color: #937CC5;
}
.BgClassName
{
background-color: #937CC5;
}
</style>
border-color css
<style>
span { border-color: #937CC5; }
span { border-color: rgb(147,124,197); }
td.TdClassName
{
border-color: #937CC5;
}
.TagClassName
{
border-color: #937CC5;
}
</style>