Shades of True V #927DC6
Tints of True V #927DC6
RGB
CMYK
RGB Variations
Color information
#927DC6 (or 0x927DC6) is known color: True V. HEX triplet: 92, 7D and C6. RGB value is (146,125,198). Sum of RGB (Red+Green+Blue) = 146+125+198=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #927DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DC6 is #6D8239. Grayscale: #8B8B8B. Windows color (decimal): -7176762 or 13008274. OLE color: 13008274.
HSL color Cylindrical-coordinate representation of color #927DC6: hue angle of 257.26º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #927DC6 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 125 | 198 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.22 |
| HSL | 257.26º | 0.39% | 0.63% | - |
| HSV(B) | 257.26º | 0.37% | 0.78% | - |
| XYZ | 29.38 | 24.86 | 56.68 | - |
| YUV | 139.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 198 | 0.26 | 0.37 | 0 | 0.22 | 257.26 | 0.39 | 0.63 |
| Hex | 92 | 7D | C6 | 1A | 25 | 0 | 16 | 101 | 27 | 3F |
| Octal | 222 | 175 | 306 | 32 | 45 | 0 | 26 | 401 | 47 | 77 |
| Binary | 10010010 | 1111101 | 11000110 | 11010 | 100101 | 0 | 10110 | 100000001 | 100111 | 111111 |
Color Harmonies of #927DC6
Complementary color
Monochromatic Colors of #927DC6
Black with #927DC6
Text Example
Text Example
White with #927DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DC6; }
p { color: rgb(146,125,198); }
H1.HeaderClassName
{
color: #927DC6;
}
.AnyTagClassName
{
color: #927DC6;
}
</style>
background-color css
<style>
a { background-color: #927DC6; }
a { background-color: rgb(146,125,198); }
div.DivClassName
{
background-color: #927DC6;
}
.BgClassName
{
background-color: #927DC6;
}
</style>
border-color css
<style>
span { border-color: #927DC6; }
span { border-color: rgb(146,125,198); }
td.TdClassName
{
border-color: #927DC6;
}
.TagClassName
{
border-color: #927DC6;
}
</style>