Shades of True V #947CCD
Tints of True V #947CCD
RGB
CMYK
RGB Variations
Color information
#947CCD (or 0x947CCD) is known color: True V. HEX triplet: 94, 7C and CD. RGB value is (148,124,205). Sum of RGB (Red+Green+Blue) = 148+124+205=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #947CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CCD is #6B8332. Grayscale: #8C8C8C. Windows color (decimal): -7045939 or 13466772. OLE color: 13466772.
HSL color Cylindrical-coordinate representation of color #947CCD: hue angle of 257.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947CCD is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 124 | 205 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.20 |
| HSL | 257.78º | 0.45% | 0.65% | - |
| HSV(B) | 257.78º | 0.4% | 0.8% | - |
| XYZ | 30.44 | 25.12 | 61 | - |
| YUV | 140.41 | 164.45 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 205 | 0.28 | 0.40 | 0 | 0.20 | 257.78 | 0.45 | 0.65 |
| Hex | 94 | 7C | CD | 1C | 28 | 0 | 14 | 102 | 2D | 41 |
| Octal | 224 | 174 | 315 | 34 | 50 | 0 | 24 | 402 | 55 | 101 |
| Binary | 10010100 | 1111100 | 11001101 | 11100 | 101000 | 0 | 10100 | 100000010 | 101101 | 1000001 |
Color Harmonies of #947CCD
Complementary color
Monochromatic Colors of #947CCD
Black with #947CCD
Text Example
Text Example
White with #947CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CCD; }
p { color: rgb(148,124,205); }
H1.HeaderClassName
{
color: #947CCD;
}
.AnyTagClassName
{
color: #947CCD;
}
</style>
background-color css
<style>
a { background-color: #947CCD; }
a { background-color: rgb(148,124,205); }
div.DivClassName
{
background-color: #947CCD;
}
.BgClassName
{
background-color: #947CCD;
}
</style>
border-color css
<style>
span { border-color: #947CCD; }
span { border-color: rgb(148,124,205); }
td.TdClassName
{
border-color: #947CCD;
}
.TagClassName
{
border-color: #947CCD;
}
</style>