Shades of True V #937EC3
Tints of True V #937EC3
RGB
CMYK
RGB Variations
Color information
#937EC3 (or 0x937EC3) is known color: True V. HEX triplet: 93, 7E and C3. RGB value is (147,126,195). Sum of RGB (Red+Green+Blue) = 147+126+195=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #937EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EC3 is #6C813C. Grayscale: #8B8B8B. Windows color (decimal): -7110973 or 12811923. OLE color: 12811923.
HSL color Cylindrical-coordinate representation of color #937EC3: hue angle of 258.26º degrees, saturation: 0.37, 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 #937EC3 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 126 | 195 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.24 |
| HSL | 258.26º | 0.37% | 0.63% | - |
| HSV(B) | 258.26º | 0.35% | 0.76% | - |
| XYZ | 29.34 | 25.06 | 54.92 | - |
| YUV | 140.15 | 158.96 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 195 | 0.25 | 0.35 | 0 | 0.24 | 258.26 | 0.37 | 0.63 |
| Hex | 93 | 7E | C3 | 19 | 23 | 0 | 18 | 102 | 25 | 3F |
| Octal | 223 | 176 | 303 | 31 | 43 | 0 | 30 | 402 | 45 | 77 |
| Binary | 10010011 | 1111110 | 11000011 | 11001 | 100011 | 0 | 11000 | 100000010 | 100101 | 111111 |
Color Harmonies of #937EC3
Complementary color
Monochromatic Colors of #937EC3
Black with #937EC3
Text Example
Text Example
White with #937EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EC3; }
p { color: rgb(147,126,195); }
H1.HeaderClassName
{
color: #937EC3;
}
.AnyTagClassName
{
color: #937EC3;
}
</style>
background-color css
<style>
a { background-color: #937EC3; }
a { background-color: rgb(147,126,195); }
div.DivClassName
{
background-color: #937EC3;
}
.BgClassName
{
background-color: #937EC3;
}
</style>
border-color css
<style>
span { border-color: #937EC3; }
span { border-color: rgb(147,126,195); }
td.TdClassName
{
border-color: #937EC3;
}
.TagClassName
{
border-color: #937EC3;
}
</style>