Shades of True V #947EC6
Tints of True V #947EC6
RGB
CMYK
RGB Variations
Color information
#947EC6 (or 0x947EC6) is known color: True V. HEX triplet: 94, 7E and C6. RGB value is (148,126,198). Sum of RGB (Red+Green+Blue) = 148+126+198=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #947EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947EC6 is #6B8139. Grayscale: #8C8C8C. Windows color (decimal): -7045434 or 13008532. OLE color: 13008532.
HSL color Cylindrical-coordinate representation of color #947EC6: hue angle of 258.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #947EC6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 126 | 198 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.22 |
| HSL | 258.33º | 0.39% | 0.64% | - |
| HSV(B) | 258.33º | 0.36% | 0.78% | - |
| XYZ | 29.87 | 25.29 | 56.73 | - |
| YUV | 140.79 | 160.29 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 198 | 0.25 | 0.36 | 0 | 0.22 | 258.33 | 0.39 | 0.64 |
| Hex | 94 | 7E | C6 | 19 | 24 | 0 | 16 | 102 | 27 | 40 |
| Octal | 224 | 176 | 306 | 31 | 44 | 0 | 26 | 402 | 47 | 100 |
| Binary | 10010100 | 1111110 | 11000110 | 11001 | 100100 | 0 | 10110 | 100000010 | 100111 | 1000000 |
Color Harmonies of #947EC6
Complementary color
Monochromatic Colors of #947EC6
Black with #947EC6
Text Example
Text Example
White with #947EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947EC6; }
p { color: rgb(148,126,198); }
H1.HeaderClassName
{
color: #947EC6;
}
.AnyTagClassName
{
color: #947EC6;
}
</style>
background-color css
<style>
a { background-color: #947EC6; }
a { background-color: rgb(148,126,198); }
div.DivClassName
{
background-color: #947EC6;
}
.BgClassName
{
background-color: #947EC6;
}
</style>
border-color css
<style>
span { border-color: #947EC6; }
span { border-color: rgb(148,126,198); }
td.TdClassName
{
border-color: #947EC6;
}
.TagClassName
{
border-color: #947EC6;
}
</style>