Shades of True V #937CCA
Tints of True V #937CCA
RGB
CMYK
RGB Variations
Color information
#937CCA (or 0x937CCA) is known color: True V. HEX triplet: 93, 7C and CA. RGB value is (147,124,202). Sum of RGB (Red+Green+Blue) = 147+124+202=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #937CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CCA is #6C8335. Grayscale: #8B8B8B. Windows color (decimal): -7111478 or 13270163. OLE color: 13270163.
HSL color Cylindrical-coordinate representation of color #937CCA: hue angle of 257.69º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #937CCA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 124 | 202 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.21 |
| HSL | 257.69º | 0.42% | 0.64% | - |
| HSV(B) | 257.69º | 0.39% | 0.79% | - |
| XYZ | 29.9 | 24.88 | 59.1 | - |
| YUV | 139.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 202 | 0.27 | 0.39 | 0 | 0.21 | 257.69 | 0.42 | 0.64 |
| Hex | 93 | 7C | CA | 1B | 27 | 0 | 15 | 102 | 2A | 40 |
| Octal | 223 | 174 | 312 | 33 | 47 | 0 | 25 | 402 | 52 | 100 |
| Binary | 10010011 | 1111100 | 11001010 | 11011 | 100111 | 0 | 10101 | 100000010 | 101010 | 1000000 |
Color Harmonies of #937CCA
Complementary color
Monochromatic Colors of #937CCA
Black with #937CCA
Text Example
Text Example
White with #937CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937CCA; }
p { color: rgb(147,124,202); }
H1.HeaderClassName
{
color: #937CCA;
}
.AnyTagClassName
{
color: #937CCA;
}
</style>
background-color css
<style>
a { background-color: #937CCA; }
a { background-color: rgb(147,124,202); }
div.DivClassName
{
background-color: #937CCA;
}
.BgClassName
{
background-color: #937CCA;
}
</style>
border-color css
<style>
span { border-color: #937CCA; }
span { border-color: rgb(147,124,202); }
td.TdClassName
{
border-color: #937CCA;
}
.TagClassName
{
border-color: #937CCA;
}
</style>