Shades of True V #937DC2
Tints of True V #937DC2
RGB
CMYK
RGB Variations
Color information
#937DC2 (or 0x937DC2) is known color: True V. HEX triplet: 93, 7D and C2. RGB value is (147,125,194). Sum of RGB (Red+Green+Blue) = 147+125+194=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #937DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DC2 is #6C823D. Grayscale: #8B8B8B. Windows color (decimal): -7111230 or 12746131. OLE color: 12746131.
HSL color Cylindrical-coordinate representation of color #937DC2: hue angle of 259.13º degrees, saturation: 0.36, 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 #937DC2 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 125 | 194 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.24 |
| HSL | 259.13º | 0.36% | 0.63% | - |
| HSV(B) | 259.13º | 0.36% | 0.76% | - |
| XYZ | 29.1 | 24.77 | 54.29 | - |
| YUV | 139.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 194 | 0.24 | 0.36 | 0 | 0.24 | 259.13 | 0.36 | 0.63 |
| Hex | 93 | 7D | C2 | 18 | 24 | 0 | 18 | 103 | 24 | 3F |
| Octal | 223 | 175 | 302 | 30 | 44 | 0 | 30 | 403 | 44 | 77 |
| Binary | 10010011 | 1111101 | 11000010 | 11000 | 100100 | 0 | 11000 | 100000011 | 100100 | 111111 |
Color Harmonies of #937DC2
Complementary color
Monochromatic Colors of #937DC2
Black with #937DC2
Text Example
Text Example
White with #937DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DC2; }
p { color: rgb(147,125,194); }
H1.HeaderClassName
{
color: #937DC2;
}
.AnyTagClassName
{
color: #937DC2;
}
</style>
background-color css
<style>
a { background-color: #937DC2; }
a { background-color: rgb(147,125,194); }
div.DivClassName
{
background-color: #937DC2;
}
.BgClassName
{
background-color: #937DC2;
}
</style>
border-color css
<style>
span { border-color: #937DC2; }
span { border-color: rgb(147,125,194); }
td.TdClassName
{
border-color: #937DC2;
}
.TagClassName
{
border-color: #937DC2;
}
</style>