Shades of True V #937DC6
Tints of True V #937DC6
RGB
CMYK
RGB Variations
Color information
#937DC6 (or 0x937DC6) is known color: True V. HEX triplet: 93, 7D and C6. RGB value is (147,125,198). Sum of RGB (Red+Green+Blue) = 147+125+198=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #937DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DC6 is #6C8239. Grayscale: #8B8B8B. Windows color (decimal): -7111226 or 13008275. OLE color: 13008275.
HSL color Cylindrical-coordinate representation of color #937DC6: hue angle of 258.08º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #937DC6 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 125 | 198 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.22 |
| HSL | 258.08º | 0.39% | 0.63% | - |
| HSV(B) | 258.08º | 0.37% | 0.78% | - |
| XYZ | 29.56 | 24.95 | 56.68 | - |
| YUV | 139.9 | 160.79 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 198 | 0.26 | 0.37 | 0 | 0.22 | 258.08 | 0.39 | 0.63 |
| Hex | 93 | 7D | C6 | 1A | 25 | 0 | 16 | 102 | 27 | 3F |
| Octal | 223 | 175 | 306 | 32 | 45 | 0 | 26 | 402 | 47 | 77 |
| Binary | 10010011 | 1111101 | 11000110 | 11010 | 100101 | 0 | 10110 | 100000010 | 100111 | 111111 |
Color Harmonies of #937DC6
Complementary color
Monochromatic Colors of #937DC6
Black with #937DC6
Text Example
Text Example
White with #937DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DC6; }
p { color: rgb(147,125,198); }
H1.HeaderClassName
{
color: #937DC6;
}
.AnyTagClassName
{
color: #937DC6;
}
</style>
background-color css
<style>
a { background-color: #937DC6; }
a { background-color: rgb(147,125,198); }
div.DivClassName
{
background-color: #937DC6;
}
.BgClassName
{
background-color: #937DC6;
}
</style>
border-color css
<style>
span { border-color: #937DC6; }
span { border-color: rgb(147,125,198); }
td.TdClassName
{
border-color: #937DC6;
}
.TagClassName
{
border-color: #937DC6;
}
</style>