Shades of True V #947BC1
Tints of True V #947BC1
RGB
CMYK
RGB Variations
Color information
#947BC1 (or 0x947BC1) is known color: True V. HEX triplet: 94, 7B and C1. RGB value is (148,123,193). Sum of RGB (Red+Green+Blue) = 148+123+193=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #947BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BC1 is #6B843E. Grayscale: #8A8A8A. Windows color (decimal): -7046207 or 12680084. OLE color: 12680084.
HSL color Cylindrical-coordinate representation of color #947BC1: hue angle of 261.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #947BC1 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 123 | 193 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.24 |
| HSL | 261.43º | 0.36% | 0.62% | - |
| HSV(B) | 261.43º | 0.36% | 0.76% | - |
| XYZ | 28.92 | 24.31 | 53.62 | - |
| YUV | 138.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 193 | 0.23 | 0.36 | 0 | 0.24 | 261.43 | 0.36 | 0.62 |
| Hex | 94 | 7B | C1 | 17 | 24 | 0 | 18 | 105 | 24 | 3E |
| Octal | 224 | 173 | 301 | 27 | 44 | 0 | 30 | 405 | 44 | 76 |
| Binary | 10010100 | 1111011 | 11000001 | 10111 | 100100 | 0 | 11000 | 100000101 | 100100 | 111110 |
Color Harmonies of #947BC1
Complementary color
Monochromatic Colors of #947BC1
Black with #947BC1
Text Example
Text Example
White with #947BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BC1; }
p { color: rgb(148,123,193); }
H1.HeaderClassName
{
color: #947BC1;
}
.AnyTagClassName
{
color: #947BC1;
}
</style>
background-color css
<style>
a { background-color: #947BC1; }
a { background-color: rgb(148,123,193); }
div.DivClassName
{
background-color: #947BC1;
}
.BgClassName
{
background-color: #947BC1;
}
</style>
border-color css
<style>
span { border-color: #947BC1; }
span { border-color: rgb(148,123,193); }
td.TdClassName
{
border-color: #947BC1;
}
.TagClassName
{
border-color: #947BC1;
}
</style>