Shades of True V #947BC9
Tints of True V #947BC9
RGB
CMYK
RGB Variations
Color information
#947BC9 (or 0x947BC9) is known color: True V. HEX triplet: 94, 7B and C9. RGB value is (148,123,201). Sum of RGB (Red+Green+Blue) = 148+123+201=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #947BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BC9 is #6B8436. Grayscale: #8B8B8B. Windows color (decimal): -7046199 or 13204372. OLE color: 13204372.
HSL color Cylindrical-coordinate representation of color #947BC9: hue angle of 259.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947BC9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 123 | 201 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.21 |
| HSL | 259.23º | 0.42% | 0.64% | - |
| HSV(B) | 259.23º | 0.39% | 0.79% | - |
| XYZ | 29.84 | 24.68 | 58.45 | - |
| YUV | 139.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 201 | 0.26 | 0.39 | 0 | 0.21 | 259.23 | 0.42 | 0.64 |
| Hex | 94 | 7B | C9 | 1A | 27 | 0 | 15 | 103 | 2A | 40 |
| Octal | 224 | 173 | 311 | 32 | 47 | 0 | 25 | 403 | 52 | 100 |
| Binary | 10010100 | 1111011 | 11001001 | 11010 | 100111 | 0 | 10101 | 100000011 | 101010 | 1000000 |
Color Harmonies of #947BC9
Complementary color
Monochromatic Colors of #947BC9
Black with #947BC9
Text Example
Text Example
White with #947BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BC9; }
p { color: rgb(148,123,201); }
H1.HeaderClassName
{
color: #947BC9;
}
.AnyTagClassName
{
color: #947BC9;
}
</style>
background-color css
<style>
a { background-color: #947BC9; }
a { background-color: rgb(148,123,201); }
div.DivClassName
{
background-color: #947BC9;
}
.BgClassName
{
background-color: #947BC9;
}
</style>
border-color css
<style>
span { border-color: #947BC9; }
span { border-color: rgb(148,123,201); }
td.TdClassName
{
border-color: #947BC9;
}
.TagClassName
{
border-color: #947BC9;
}
</style>