Shades of True V #947CCA
Tints of True V #947CCA
RGB
CMYK
RGB Variations
Color information
#947CCA (or 0x947CCA) is known color: True V. HEX triplet: 94, 7C and CA. RGB value is (148,124,202). Sum of RGB (Red+Green+Blue) = 148+124+202=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #947CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CCA is #6B8335. Grayscale: #8B8B8B. Windows color (decimal): -7045942 or 13270164. OLE color: 13270164.
HSL color Cylindrical-coordinate representation of color #947CCA: hue angle of 258.46º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947CCA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 124 | 202 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.21 |
| HSL | 258.46º | 0.42% | 0.64% | - |
| HSV(B) | 258.46º | 0.39% | 0.79% | - |
| XYZ | 30.08 | 24.98 | 59.11 | - |
| YUV | 140.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 202 | 0.27 | 0.39 | 0 | 0.21 | 258.46 | 0.42 | 0.64 |
| Hex | 94 | 7C | CA | 1B | 27 | 0 | 15 | 102 | 2A | 40 |
| Octal | 224 | 174 | 312 | 33 | 47 | 0 | 25 | 402 | 52 | 100 |
| Binary | 10010100 | 1111100 | 11001010 | 11011 | 100111 | 0 | 10101 | 100000010 | 101010 | 1000000 |
Color Harmonies of #947CCA
Complementary color
Monochromatic Colors of #947CCA
Black with #947CCA
Text Example
Text Example
White with #947CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CCA; }
p { color: rgb(148,124,202); }
H1.HeaderClassName
{
color: #947CCA;
}
.AnyTagClassName
{
color: #947CCA;
}
</style>
background-color css
<style>
a { background-color: #947CCA; }
a { background-color: rgb(148,124,202); }
div.DivClassName
{
background-color: #947CCA;
}
.BgClassName
{
background-color: #947CCA;
}
</style>
border-color css
<style>
span { border-color: #947CCA; }
span { border-color: rgb(148,124,202); }
td.TdClassName
{
border-color: #947CCA;
}
.TagClassName
{
border-color: #947CCA;
}
</style>