Shades of True V #947DCA
Tints of True V #947DCA
RGB
CMYK
RGB Variations
Color information
#947DCA (or 0x947DCA) is known color: True V. HEX triplet: 94, 7D and CA. RGB value is (148,125,202). Sum of RGB (Red+Green+Blue) = 148+125+202=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #947DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DCA is #6B8235. Grayscale: #8C8C8C. Windows color (decimal): -7045686 or 13270420. OLE color: 13270420.
HSL color Cylindrical-coordinate representation of color #947DCA: hue angle of 257.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #947DCA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 125 | 202 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.21 |
| HSL | 257.92º | 0.42% | 0.64% | - |
| HSV(B) | 257.92º | 0.38% | 0.79% | - |
| XYZ | 30.21 | 25.23 | 59.15 | - |
| YUV | 140.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 202 | 0.27 | 0.38 | 0 | 0.21 | 257.92 | 0.42 | 0.64 |
| Hex | 94 | 7D | CA | 1B | 26 | 0 | 15 | 102 | 2A | 40 |
| Octal | 224 | 175 | 312 | 33 | 46 | 0 | 25 | 402 | 52 | 100 |
| Binary | 10010100 | 1111101 | 11001010 | 11011 | 100110 | 0 | 10101 | 100000010 | 101010 | 1000000 |
Color Harmonies of #947DCA
Complementary color
Monochromatic Colors of #947DCA
Black with #947DCA
Text Example
Text Example
White with #947DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947DCA; }
p { color: rgb(148,125,202); }
H1.HeaderClassName
{
color: #947DCA;
}
.AnyTagClassName
{
color: #947DCA;
}
</style>
background-color css
<style>
a { background-color: #947DCA; }
a { background-color: rgb(148,125,202); }
div.DivClassName
{
background-color: #947DCA;
}
.BgClassName
{
background-color: #947DCA;
}
</style>
border-color css
<style>
span { border-color: #947DCA; }
span { border-color: rgb(148,125,202); }
td.TdClassName
{
border-color: #947DCA;
}
.TagClassName
{
border-color: #947DCA;
}
</style>