Shades of True V #947BCE
Tints of True V #947BCE
RGB
CMYK
RGB Variations
Color information
#947BCE (or 0x947BCE) is known color: True V. HEX triplet: 94, 7B and CE. RGB value is (148,123,206). Sum of RGB (Red+Green+Blue) = 148+123+206=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #947BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BCE is #6B8431. Grayscale: #8B8B8B. Windows color (decimal): -7046194 or 13532052. OLE color: 13532052.
HSL color Cylindrical-coordinate representation of color #947BCE: hue angle of 258.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947BCE is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 123 | 206 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.19 |
| HSL | 258.07º | 0.46% | 0.65% | - |
| HSV(B) | 258.07º | 0.4% | 0.81% | - |
| XYZ | 30.44 | 24.92 | 61.6 | - |
| YUV | 139.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 206 | 0.28 | 0.40 | 0 | 0.19 | 258.07 | 0.46 | 0.65 |
| Hex | 94 | 7B | CE | 1C | 28 | 0 | 13 | 102 | 2E | 41 |
| Octal | 224 | 173 | 316 | 34 | 50 | 0 | 23 | 402 | 56 | 101 |
| Binary | 10010100 | 1111011 | 11001110 | 11100 | 101000 | 0 | 10011 | 100000010 | 101110 | 1000001 |
Color Harmonies of #947BCE
Complementary color
Monochromatic Colors of #947BCE
Black with #947BCE
Text Example
Text Example
White with #947BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BCE; }
p { color: rgb(148,123,206); }
H1.HeaderClassName
{
color: #947BCE;
}
.AnyTagClassName
{
color: #947BCE;
}
</style>
background-color css
<style>
a { background-color: #947BCE; }
a { background-color: rgb(148,123,206); }
div.DivClassName
{
background-color: #947BCE;
}
.BgClassName
{
background-color: #947BCE;
}
</style>
border-color css
<style>
span { border-color: #947BCE; }
span { border-color: rgb(148,123,206); }
td.TdClassName
{
border-color: #947BCE;
}
.TagClassName
{
border-color: #947BCE;
}
</style>