Shades of True V #947EC4
Tints of True V #947EC4
RGB
CMYK
RGB Variations
Color information
#947EC4 (or 0x947EC4) is known color: True V. HEX triplet: 94, 7E and C4. RGB value is (148,126,196). Sum of RGB (Red+Green+Blue) = 148+126+196=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #947EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947EC4 is #6B813B. Grayscale: #8C8C8C. Windows color (decimal): -7045436 or 12877460. OLE color: 12877460.
HSL color Cylindrical-coordinate representation of color #947EC4: hue angle of 258.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #947EC4 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 126 | 196 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.23 |
| HSL | 258.86º | 0.37% | 0.63% | - |
| HSV(B) | 258.86º | 0.36% | 0.77% | - |
| XYZ | 29.64 | 25.2 | 55.53 | - |
| YUV | 140.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 196 | 0.24 | 0.36 | 0 | 0.23 | 258.86 | 0.37 | 0.63 |
| Hex | 94 | 7E | C4 | 18 | 24 | 0 | 17 | 103 | 25 | 3F |
| Octal | 224 | 176 | 304 | 30 | 44 | 0 | 27 | 403 | 45 | 77 |
| Binary | 10010100 | 1111110 | 11000100 | 11000 | 100100 | 0 | 10111 | 100000011 | 100101 | 111111 |
Color Harmonies of #947EC4
Complementary color
Monochromatic Colors of #947EC4
Black with #947EC4
Text Example
Text Example
White with #947EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947EC4; }
p { color: rgb(148,126,196); }
H1.HeaderClassName
{
color: #947EC4;
}
.AnyTagClassName
{
color: #947EC4;
}
</style>
background-color css
<style>
a { background-color: #947EC4; }
a { background-color: rgb(148,126,196); }
div.DivClassName
{
background-color: #947EC4;
}
.BgClassName
{
background-color: #947EC4;
}
</style>
border-color css
<style>
span { border-color: #947EC4; }
span { border-color: rgb(148,126,196); }
td.TdClassName
{
border-color: #947EC4;
}
.TagClassName
{
border-color: #947EC4;
}
</style>