Shades of True V #937ACC
Tints of True V #937ACC
RGB
CMYK
RGB Variations
Color information
#937ACC (or 0x937ACC) is known color: True V. HEX triplet: 93, 7A and CC. RGB value is (147,122,204). Sum of RGB (Red+Green+Blue) = 147+122+204=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #937ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ACC is #6C8533. Grayscale: #8A8A8A. Windows color (decimal): -7111988 or 13400723. OLE color: 13400723.
HSL color Cylindrical-coordinate representation of color #937ACC: hue angle of 258.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #937ACC is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 122 | 204 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.2 |
| HSL | 258.29º | 0.45% | 0.64% | - |
| HSV(B) | 258.29º | 0.4% | 0.8% | - |
| XYZ | 29.89 | 24.48 | 60.28 | - |
| YUV | 138.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 204 | 0.28 | 0.40 | 0 | 0.2 | 258.29 | 0.45 | 0.64 |
| Hex | 93 | 7A | CC | 1C | 28 | 0 | 14 | 102 | 2D | 40 |
| Octal | 223 | 172 | 314 | 34 | 50 | 0 | 24 | 402 | 55 | 100 |
| Binary | 10010011 | 1111010 | 11001100 | 11100 | 101000 | 0 | 10100 | 100000010 | 101101 | 1000000 |
Color Harmonies of #937ACC
Complementary color
Monochromatic Colors of #937ACC
Black with #937ACC
Text Example
Text Example
White with #937ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937ACC; }
p { color: rgb(147,122,204); }
H1.HeaderClassName
{
color: #937ACC;
}
.AnyTagClassName
{
color: #937ACC;
}
</style>
background-color css
<style>
a { background-color: #937ACC; }
a { background-color: rgb(147,122,204); }
div.DivClassName
{
background-color: #937ACC;
}
.BgClassName
{
background-color: #937ACC;
}
</style>
border-color css
<style>
span { border-color: #937ACC; }
span { border-color: rgb(147,122,204); }
td.TdClassName
{
border-color: #937ACC;
}
.TagClassName
{
border-color: #937ACC;
}
</style>