Shades of True V #947ACD
Tints of True V #947ACD
RGB
CMYK
RGB Variations
Color information
#947ACD (or 0x947ACD) is known color: True V. HEX triplet: 94, 7A and CD. RGB value is (148,122,205). Sum of RGB (Red+Green+Blue) = 148+122+205=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #947ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ACD is #6B8532. Grayscale: #8A8A8A. Windows color (decimal): -7046451 or 13466260. OLE color: 13466260.
HSL color Cylindrical-coordinate representation of color #947ACD: hue angle of 258.8º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947ACD is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 122 | 205 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.20 |
| HSL | 258.8º | 0.45% | 0.64% | - |
| HSV(B) | 258.8º | 0.4% | 0.8% | - |
| XYZ | 30.19 | 24.62 | 60.92 | - |
| YUV | 139.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 205 | 0.28 | 0.40 | 0 | 0.20 | 258.8 | 0.45 | 0.64 |
| Hex | 94 | 7A | CD | 1C | 28 | 0 | 14 | 103 | 2D | 40 |
| Octal | 224 | 172 | 315 | 34 | 50 | 0 | 24 | 403 | 55 | 100 |
| Binary | 10010100 | 1111010 | 11001101 | 11100 | 101000 | 0 | 10100 | 100000011 | 101101 | 1000000 |
Color Harmonies of #947ACD
Complementary color
Monochromatic Colors of #947ACD
Black with #947ACD
Text Example
Text Example
White with #947ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947ACD; }
p { color: rgb(148,122,205); }
H1.HeaderClassName
{
color: #947ACD;
}
.AnyTagClassName
{
color: #947ACD;
}
</style>
background-color css
<style>
a { background-color: #947ACD; }
a { background-color: rgb(148,122,205); }
div.DivClassName
{
background-color: #947ACD;
}
.BgClassName
{
background-color: #947ACD;
}
</style>
border-color css
<style>
span { border-color: #947ACD; }
span { border-color: rgb(148,122,205); }
td.TdClassName
{
border-color: #947ACD;
}
.TagClassName
{
border-color: #947ACD;
}
</style>