Shades of True V #947AC6
Tints of True V #947AC6
RGB
CMYK
RGB Variations
Color information
#947AC6 (or 0x947AC6) is known color: True V. HEX triplet: 94, 7A and C6. RGB value is (148,122,198). Sum of RGB (Red+Green+Blue) = 148+122+198=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #947AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AC6 is #6B8539. Grayscale: #8A8A8A. Windows color (decimal): -7046458 or 13007508. OLE color: 13007508.
HSL color Cylindrical-coordinate representation of color #947AC6: hue angle of 260.53º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #947AC6 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 122 | 198 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.22 |
| HSL | 260.53º | 0.4% | 0.63% | - |
| HSV(B) | 260.53º | 0.38% | 0.78% | - |
| XYZ | 29.37 | 24.29 | 56.57 | - |
| YUV | 138.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 198 | 0.25 | 0.38 | 0 | 0.22 | 260.53 | 0.4 | 0.63 |
| Hex | 94 | 7A | C6 | 19 | 26 | 0 | 16 | 105 | 28 | 3F |
| Octal | 224 | 172 | 306 | 31 | 46 | 0 | 26 | 405 | 50 | 77 |
| Binary | 10010100 | 1111010 | 11000110 | 11001 | 100110 | 0 | 10110 | 100000101 | 101000 | 111111 |
Color Harmonies of #947AC6
Complementary color
Monochromatic Colors of #947AC6
Black with #947AC6
Text Example
Text Example
White with #947AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947AC6; }
p { color: rgb(148,122,198); }
H1.HeaderClassName
{
color: #947AC6;
}
.AnyTagClassName
{
color: #947AC6;
}
</style>
background-color css
<style>
a { background-color: #947AC6; }
a { background-color: rgb(148,122,198); }
div.DivClassName
{
background-color: #947AC6;
}
.BgClassName
{
background-color: #947AC6;
}
</style>
border-color css
<style>
span { border-color: #947AC6; }
span { border-color: rgb(148,122,198); }
td.TdClassName
{
border-color: #947AC6;
}
.TagClassName
{
border-color: #947AC6;
}
</style>