Shades of True V #947ACE
Tints of True V #947ACE
RGB
CMYK
RGB Variations
Color information
#947ACE (or 0x947ACE) is known color: True V. HEX triplet: 94, 7A and CE. RGB value is (148,122,206). Sum of RGB (Red+Green+Blue) = 148+122+206=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #947ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ACE is #6B8531. Grayscale: #8B8B8B. Windows color (decimal): -7046450 or 13531796. OLE color: 13531796.
HSL color Cylindrical-coordinate representation of color #947ACE: hue angle of 258.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #947ACE is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 122 | 206 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.19 |
| HSL | 258.57º | 0.46% | 0.64% | - |
| HSV(B) | 258.57º | 0.41% | 0.81% | - |
| XYZ | 30.31 | 24.67 | 61.56 | - |
| YUV | 139.35 | 165.61 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 206 | 0.28 | 0.41 | 0 | 0.19 | 258.57 | 0.46 | 0.64 |
| Hex | 94 | 7A | CE | 1C | 29 | 0 | 13 | 103 | 2E | 40 |
| Octal | 224 | 172 | 316 | 34 | 51 | 0 | 23 | 403 | 56 | 100 |
| Binary | 10010100 | 1111010 | 11001110 | 11100 | 101001 | 0 | 10011 | 100000011 | 101110 | 1000000 |
Color Harmonies of #947ACE
Complementary color
Monochromatic Colors of #947ACE
Black with #947ACE
Text Example
Text Example
White with #947ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947ACE; }
p { color: rgb(148,122,206); }
H1.HeaderClassName
{
color: #947ACE;
}
.AnyTagClassName
{
color: #947ACE;
}
</style>
background-color css
<style>
a { background-color: #947ACE; }
a { background-color: rgb(148,122,206); }
div.DivClassName
{
background-color: #947ACE;
}
.BgClassName
{
background-color: #947ACE;
}
</style>
border-color css
<style>
span { border-color: #947ACE; }
span { border-color: rgb(148,122,206); }
td.TdClassName
{
border-color: #947ACE;
}
.TagClassName
{
border-color: #947ACE;
}
</style>