Shades of True V #927ECC
Tints of True V #927ECC
RGB
CMYK
RGB Variations
Color information
#927ECC (or 0x927ECC) is known color: True V. HEX triplet: 92, 7E and CC. RGB value is (146,126,204). Sum of RGB (Red+Green+Blue) = 146+126+204=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #927ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ECC is #6D8133. Grayscale: #8C8C8C. Windows color (decimal): -7176500 or 13401746. OLE color: 13401746.
HSL color Cylindrical-coordinate representation of color #927ECC: hue angle of 255.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927ECC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 126 | 204 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.2 |
| HSL | 255.38º | 0.43% | 0.65% | - |
| HSV(B) | 255.38º | 0.38% | 0.8% | - |
| XYZ | 30.21 | 25.39 | 60.44 | - |
| YUV | 140.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 204 | 0.28 | 0.38 | 0 | 0.2 | 255.38 | 0.43 | 0.65 |
| Hex | 92 | 7E | CC | 1C | 26 | 0 | 14 | FF | 2B | 41 |
| Octal | 222 | 176 | 314 | 34 | 46 | 0 | 24 | 377 | 53 | 101 |
| Binary | 10010010 | 1111110 | 11001100 | 11100 | 100110 | 0 | 10100 | 11111111 | 101011 | 1000001 |
Color Harmonies of #927ECC
Complementary color
Monochromatic Colors of #927ECC
Black with #927ECC
Text Example
Text Example
White with #927ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ECC; }
p { color: rgb(146,126,204); }
H1.HeaderClassName
{
color: #927ECC;
}
.AnyTagClassName
{
color: #927ECC;
}
</style>
background-color css
<style>
a { background-color: #927ECC; }
a { background-color: rgb(146,126,204); }
div.DivClassName
{
background-color: #927ECC;
}
.BgClassName
{
background-color: #927ECC;
}
</style>
border-color css
<style>
span { border-color: #927ECC; }
span { border-color: rgb(146,126,204); }
td.TdClassName
{
border-color: #927ECC;
}
.TagClassName
{
border-color: #927ECC;
}
</style>