Shades of True V #947ECE
Tints of True V #947ECE
RGB
CMYK
RGB Variations
Color information
#947ECE (or 0x947ECE) is known color: True V. HEX triplet: 94, 7E and CE. RGB value is (148,126,206). Sum of RGB (Red+Green+Blue) = 148+126+206=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #947ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ECE is #6B8131. Grayscale: #8D8D8D. Windows color (decimal): -7045426 or 13532820. OLE color: 13532820.
HSL color Cylindrical-coordinate representation of color #947ECE: hue angle of 256.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947ECE is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 126 | 206 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.19 |
| HSL | 256.5º | 0.45% | 0.65% | - |
| HSV(B) | 256.5º | 0.39% | 0.81% | - |
| XYZ | 30.81 | 25.67 | 61.72 | - |
| YUV | 141.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 206 | 0.28 | 0.39 | 0 | 0.19 | 256.5 | 0.45 | 0.65 |
| Hex | 94 | 7E | CE | 1C | 27 | 0 | 13 | 100 | 2D | 41 |
| Octal | 224 | 176 | 316 | 34 | 47 | 0 | 23 | 400 | 55 | 101 |
| Binary | 10010100 | 1111110 | 11001110 | 11100 | 100111 | 0 | 10011 | 100000000 | 101101 | 1000001 |
Color Harmonies of #947ECE
Complementary color
Monochromatic Colors of #947ECE
Black with #947ECE
Text Example
Text Example
White with #947ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947ECE; }
p { color: rgb(148,126,206); }
H1.HeaderClassName
{
color: #947ECE;
}
.AnyTagClassName
{
color: #947ECE;
}
</style>
background-color css
<style>
a { background-color: #947ECE; }
a { background-color: rgb(148,126,206); }
div.DivClassName
{
background-color: #947ECE;
}
.BgClassName
{
background-color: #947ECE;
}
</style>
border-color css
<style>
span { border-color: #947ECE; }
span { border-color: rgb(148,126,206); }
td.TdClassName
{
border-color: #947ECE;
}
.TagClassName
{
border-color: #947ECE;
}
</style>