Shades of True V #927ECF
Tints of True V #927ECF
RGB
CMYK
RGB Variations
Color information
#927ECF (or 0x927ECF) is known color: True V. HEX triplet: 92, 7E and CF. RGB value is (146,126,207). Sum of RGB (Red+Green+Blue) = 146+126+207=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #927ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ECF is #6D8130. Grayscale: #8C8C8C. Windows color (decimal): -7176497 or 13598354. OLE color: 13598354.
HSL color Cylindrical-coordinate representation of color #927ECF: hue angle of 254.81º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #927ECF is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 126 | 207 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.19 |
| HSL | 254.81º | 0.46% | 0.65% | - |
| HSV(B) | 254.81º | 0.39% | 0.81% | - |
| XYZ | 30.58 | 25.54 | 62.35 | - |
| YUV | 141.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 207 | 0.29 | 0.39 | 0 | 0.19 | 254.81 | 0.46 | 0.65 |
| Hex | 92 | 7E | CF | 1D | 27 | 0 | 13 | FF | 2E | 41 |
| Octal | 222 | 176 | 317 | 35 | 47 | 0 | 23 | 377 | 56 | 101 |
| Binary | 10010010 | 1111110 | 11001111 | 11101 | 100111 | 0 | 10011 | 11111111 | 101110 | 1000001 |
Color Harmonies of #927ECF
Complementary color
Monochromatic Colors of #927ECF
Black with #927ECF
Text Example
Text Example
White with #927ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ECF; }
p { color: rgb(146,126,207); }
H1.HeaderClassName
{
color: #927ECF;
}
.AnyTagClassName
{
color: #927ECF;
}
</style>
background-color css
<style>
a { background-color: #927ECF; }
a { background-color: rgb(146,126,207); }
div.DivClassName
{
background-color: #927ECF;
}
.BgClassName
{
background-color: #927ECF;
}
</style>
border-color css
<style>
span { border-color: #927ECF; }
span { border-color: rgb(146,126,207); }
td.TdClassName
{
border-color: #927ECF;
}
.TagClassName
{
border-color: #927ECF;
}
</style>