Shades of True V #947FC9
Tints of True V #947FC9
RGB
CMYK
RGB Variations
Color information
#947FC9 (or 0x947FC9) is known color: True V. HEX triplet: 94, 7F and C9. RGB value is (148,127,201). Sum of RGB (Red+Green+Blue) = 148+127+201=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #947FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FC9 is #6B8036. Grayscale: #8D8D8D. Windows color (decimal): -7045175 or 13205396. OLE color: 13205396.
HSL color Cylindrical-coordinate representation of color #947FC9: hue angle of 257.03º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #947FC9 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 127 | 201 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.21 |
| HSL | 257.03º | 0.41% | 0.64% | - |
| HSV(B) | 257.03º | 0.37% | 0.79% | - |
| XYZ | 30.34 | 25.69 | 58.62 | - |
| YUV | 141.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 201 | 0.26 | 0.37 | 0 | 0.21 | 257.03 | 0.41 | 0.64 |
| Hex | 94 | 7F | C9 | 1A | 25 | 0 | 15 | 101 | 29 | 40 |
| Octal | 224 | 177 | 311 | 32 | 45 | 0 | 25 | 401 | 51 | 100 |
| Binary | 10010100 | 1111111 | 11001001 | 11010 | 100101 | 0 | 10101 | 100000001 | 101001 | 1000000 |
Color Harmonies of #947FC9
Complementary color
Monochromatic Colors of #947FC9
Black with #947FC9
Text Example
Text Example
White with #947FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FC9; }
p { color: rgb(148,127,201); }
H1.HeaderClassName
{
color: #947FC9;
}
.AnyTagClassName
{
color: #947FC9;
}
</style>
background-color css
<style>
a { background-color: #947FC9; }
a { background-color: rgb(148,127,201); }
div.DivClassName
{
background-color: #947FC9;
}
.BgClassName
{
background-color: #947FC9;
}
</style>
border-color css
<style>
span { border-color: #947FC9; }
span { border-color: rgb(148,127,201); }
td.TdClassName
{
border-color: #947FC9;
}
.TagClassName
{
border-color: #947FC9;
}
</style>