Shades of True V #927CCF
Tints of True V #927CCF
RGB
CMYK
RGB Variations
Color information
#927CCF (or 0x927CCF) is known color: True V. HEX triplet: 92, 7C and CF. RGB value is (146,124,207). Sum of RGB (Red+Green+Blue) = 146+124+207=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #927CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CCF is #6D8330. Grayscale: #8B8B8B. Windows color (decimal): -7177009 or 13597842. OLE color: 13597842.
HSL color Cylindrical-coordinate representation of color #927CCF: hue angle of 255.9º 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 #927CCF is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 124 | 207 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.19 |
| HSL | 255.9º | 0.46% | 0.65% | - |
| HSV(B) | 255.9º | 0.4% | 0.81% | - |
| XYZ | 30.32 | 25.03 | 62.26 | - |
| YUV | 140.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 207 | 0.29 | 0.40 | 0 | 0.19 | 255.9 | 0.46 | 0.65 |
| Hex | 92 | 7C | CF | 1D | 28 | 0 | 13 | 100 | 2E | 41 |
| Octal | 222 | 174 | 317 | 35 | 50 | 0 | 23 | 400 | 56 | 101 |
| Binary | 10010010 | 1111100 | 11001111 | 11101 | 101000 | 0 | 10011 | 100000000 | 101110 | 1000001 |
Color Harmonies of #927CCF
Complementary color
Monochromatic Colors of #927CCF
Black with #927CCF
Text Example
Text Example
White with #927CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CCF; }
p { color: rgb(146,124,207); }
H1.HeaderClassName
{
color: #927CCF;
}
.AnyTagClassName
{
color: #927CCF;
}
</style>
background-color css
<style>
a { background-color: #927CCF; }
a { background-color: rgb(146,124,207); }
div.DivClassName
{
background-color: #927CCF;
}
.BgClassName
{
background-color: #927CCF;
}
</style>
border-color css
<style>
span { border-color: #927CCF; }
span { border-color: rgb(146,124,207); }
td.TdClassName
{
border-color: #927CCF;
}
.TagClassName
{
border-color: #927CCF;
}
</style>