Shades of True V #937DC3
Tints of True V #937DC3
RGB
CMYK
RGB Variations
Color information
#937DC3 (or 0x937DC3) is known color: True V. HEX triplet: 93, 7D and C3. RGB value is (147,125,195). Sum of RGB (Red+Green+Blue) = 147+125+195=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #937DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DC3 is #6C823C. Grayscale: #8B8B8B. Windows color (decimal): -7111229 or 12811667. OLE color: 12811667.
HSL color Cylindrical-coordinate representation of color #937DC3: hue angle of 258.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #937DC3 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 125 | 195 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.24 |
| HSL | 258.86º | 0.37% | 0.63% | - |
| HSV(B) | 258.86º | 0.36% | 0.76% | - |
| XYZ | 29.22 | 24.81 | 54.88 | - |
| YUV | 139.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 195 | 0.25 | 0.36 | 0 | 0.24 | 258.86 | 0.37 | 0.63 |
| Hex | 93 | 7D | C3 | 19 | 24 | 0 | 18 | 103 | 25 | 3F |
| Octal | 223 | 175 | 303 | 31 | 44 | 0 | 30 | 403 | 45 | 77 |
| Binary | 10010011 | 1111101 | 11000011 | 11001 | 100100 | 0 | 11000 | 100000011 | 100101 | 111111 |
Color Harmonies of #937DC3
Complementary color
Monochromatic Colors of #937DC3
Black with #937DC3
Text Example
Text Example
White with #937DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DC3; }
p { color: rgb(147,125,195); }
H1.HeaderClassName
{
color: #937DC3;
}
.AnyTagClassName
{
color: #937DC3;
}
</style>
background-color css
<style>
a { background-color: #937DC3; }
a { background-color: rgb(147,125,195); }
div.DivClassName
{
background-color: #937DC3;
}
.BgClassName
{
background-color: #937DC3;
}
</style>
border-color css
<style>
span { border-color: #937DC3; }
span { border-color: rgb(147,125,195); }
td.TdClassName
{
border-color: #937DC3;
}
.TagClassName
{
border-color: #937DC3;
}
</style>