Shades of True V #937AC4
Tints of True V #937AC4
RGB
CMYK
RGB Variations
Color information
#937AC4 (or 0x937AC4) is known color: True V. HEX triplet: 93, 7A and C4. RGB value is (147,122,196). Sum of RGB (Red+Green+Blue) = 147+122+196=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #937AC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AC4 is #6C853B. Grayscale: #898989. Windows color (decimal): -7111996 or 12876435. OLE color: 12876435.
HSL color Cylindrical-coordinate representation of color #937AC4: hue angle of 260.27º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #937AC4 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 122 | 196 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.23 |
| HSL | 260.27º | 0.39% | 0.62% | - |
| HSV(B) | 260.27º | 0.38% | 0.77% | - |
| XYZ | 28.96 | 24.11 | 55.35 | - |
| YUV | 137.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 196 | 0.25 | 0.38 | 0 | 0.23 | 260.27 | 0.39 | 0.62 |
| Hex | 93 | 7A | C4 | 19 | 26 | 0 | 17 | 104 | 27 | 3E |
| Octal | 223 | 172 | 304 | 31 | 46 | 0 | 27 | 404 | 47 | 76 |
| Binary | 10010011 | 1111010 | 11000100 | 11001 | 100110 | 0 | 10111 | 100000100 | 100111 | 111110 |
Color Harmonies of #937AC4
Complementary color
Monochromatic Colors of #937AC4
Black with #937AC4
Text Example
Text Example
White with #937AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AC4; }
p { color: rgb(147,122,196); }
H1.HeaderClassName
{
color: #937AC4;
}
.AnyTagClassName
{
color: #937AC4;
}
</style>
background-color css
<style>
a { background-color: #937AC4; }
a { background-color: rgb(147,122,196); }
div.DivClassName
{
background-color: #937AC4;
}
.BgClassName
{
background-color: #937AC4;
}
</style>
border-color css
<style>
span { border-color: #937AC4; }
span { border-color: rgb(147,122,196); }
td.TdClassName
{
border-color: #937AC4;
}
.TagClassName
{
border-color: #937AC4;
}
</style>