Shades of True V #927EC1
Tints of True V #927EC1
RGB
CMYK
RGB Variations
Color information
#927EC1 (or 0x927EC1) is known color: True V. HEX triplet: 92, 7E and C1. RGB value is (146,126,193). Sum of RGB (Red+Green+Blue) = 146+126+193=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #927EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EC1 is #6D813E. Grayscale: #8B8B8B. Windows color (decimal): -7176511 or 12680850. OLE color: 12680850.
HSL color Cylindrical-coordinate representation of color #927EC1: hue angle of 257.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #927EC1 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 126 | 193 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.24 |
| HSL | 257.91º | 0.35% | 0.63% | - |
| HSV(B) | 257.91º | 0.35% | 0.76% | - |
| XYZ | 28.94 | 24.88 | 53.73 | - |
| YUV | 139.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 193 | 0.24 | 0.35 | 0 | 0.24 | 257.91 | 0.35 | 0.63 |
| Hex | 92 | 7E | C1 | 18 | 23 | 0 | 18 | 102 | 23 | 3F |
| Octal | 222 | 176 | 301 | 30 | 43 | 0 | 30 | 402 | 43 | 77 |
| Binary | 10010010 | 1111110 | 11000001 | 11000 | 100011 | 0 | 11000 | 100000010 | 100011 | 111111 |
Color Harmonies of #927EC1
Complementary color
Monochromatic Colors of #927EC1
Black with #927EC1
Text Example
Text Example
White with #927EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EC1; }
p { color: rgb(146,126,193); }
H1.HeaderClassName
{
color: #927EC1;
}
.AnyTagClassName
{
color: #927EC1;
}
</style>
background-color css
<style>
a { background-color: #927EC1; }
a { background-color: rgb(146,126,193); }
div.DivClassName
{
background-color: #927EC1;
}
.BgClassName
{
background-color: #927EC1;
}
</style>
border-color css
<style>
span { border-color: #927EC1; }
span { border-color: rgb(146,126,193); }
td.TdClassName
{
border-color: #927EC1;
}
.TagClassName
{
border-color: #927EC1;
}
</style>