Shades of True V #937DCD
Tints of True V #937DCD
RGB
CMYK
RGB Variations
Color information
#937DCD (or 0x937DCD) is known color: True V. HEX triplet: 93, 7D and CD. RGB value is (147,125,205). Sum of RGB (Red+Green+Blue) = 147+125+205=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #937DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DCD is #6C8232. Grayscale: #8C8C8C. Windows color (decimal): -7111219 or 13467027. OLE color: 13467027.
HSL color Cylindrical-coordinate representation of color #937DCD: hue angle of 256.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #937DCD is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 125 | 205 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.20 |
| HSL | 256.5º | 0.44% | 0.65% | - |
| HSV(B) | 256.5º | 0.39% | 0.8% | - |
| XYZ | 30.39 | 25.28 | 61.04 | - |
| YUV | 140.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 205 | 0.28 | 0.39 | 0 | 0.20 | 256.5 | 0.44 | 0.65 |
| Hex | 93 | 7D | CD | 1C | 27 | 0 | 14 | 100 | 2C | 41 |
| Octal | 223 | 175 | 315 | 34 | 47 | 0 | 24 | 400 | 54 | 101 |
| Binary | 10010011 | 1111101 | 11001101 | 11100 | 100111 | 0 | 10100 | 100000000 | 101100 | 1000001 |
Color Harmonies of #937DCD
Complementary color
Monochromatic Colors of #937DCD
Black with #937DCD
Text Example
Text Example
White with #937DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DCD; }
p { color: rgb(147,125,205); }
H1.HeaderClassName
{
color: #937DCD;
}
.AnyTagClassName
{
color: #937DCD;
}
</style>
background-color css
<style>
a { background-color: #937DCD; }
a { background-color: rgb(147,125,205); }
div.DivClassName
{
background-color: #937DCD;
}
.BgClassName
{
background-color: #937DCD;
}
</style>
border-color css
<style>
span { border-color: #937DCD; }
span { border-color: rgb(147,125,205); }
td.TdClassName
{
border-color: #937DCD;
}
.TagClassName
{
border-color: #937DCD;
}
</style>