Shades of True V #947CC4
Tints of True V #947CC4
RGB
CMYK
RGB Variations
Color information
#947CC4 (or 0x947CC4) is known color: True V. HEX triplet: 94, 7C and C4. RGB value is (148,124,196). Sum of RGB (Red+Green+Blue) = 148+124+196=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #947CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CC4 is #6B833B. Grayscale: #8B8B8B. Windows color (decimal): -7045948 or 12876948. OLE color: 12876948.
HSL color Cylindrical-coordinate representation of color #947CC4: hue angle of 260º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #947CC4 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 124 | 196 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.23 |
| HSL | 260º | 0.38% | 0.63% | - |
| HSV(B) | 260º | 0.37% | 0.77% | - |
| XYZ | 29.38 | 24.7 | 55.44 | - |
| YUV | 139.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 196 | 0.24 | 0.37 | 0 | 0.23 | 260 | 0.38 | 0.63 |
| Hex | 94 | 7C | C4 | 18 | 25 | 0 | 17 | 104 | 26 | 3F |
| Octal | 224 | 174 | 304 | 30 | 45 | 0 | 27 | 404 | 46 | 77 |
| Binary | 10010100 | 1111100 | 11000100 | 11000 | 100101 | 0 | 10111 | 100000100 | 100110 | 111111 |
Color Harmonies of #947CC4
Complementary color
Monochromatic Colors of #947CC4
Black with #947CC4
Text Example
Text Example
White with #947CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CC4; }
p { color: rgb(148,124,196); }
H1.HeaderClassName
{
color: #947CC4;
}
.AnyTagClassName
{
color: #947CC4;
}
</style>
background-color css
<style>
a { background-color: #947CC4; }
a { background-color: rgb(148,124,196); }
div.DivClassName
{
background-color: #947CC4;
}
.BgClassName
{
background-color: #947CC4;
}
</style>
border-color css
<style>
span { border-color: #947CC4; }
span { border-color: rgb(148,124,196); }
td.TdClassName
{
border-color: #947CC4;
}
.TagClassName
{
border-color: #947CC4;
}
</style>