Shades of True V #927CCC
Tints of True V #927CCC
RGB
CMYK
RGB Variations
Color information
#927CCC (or 0x927CCC) is known color: True V. HEX triplet: 92, 7C and CC. RGB value is (146,124,204). Sum of RGB (Red+Green+Blue) = 146+124+204=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #927CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CCC is #6D8333. Grayscale: #8B8B8B. Windows color (decimal): -7177012 or 13401234. OLE color: 13401234.
HSL color Cylindrical-coordinate representation of color #927CCC: hue angle of 256.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #927CCC is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 124 | 204 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.2 |
| HSL | 256.5º | 0.44% | 0.64% | - |
| HSV(B) | 256.5º | 0.39% | 0.8% | - |
| XYZ | 29.96 | 24.89 | 60.35 | - |
| YUV | 139.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 204 | 0.28 | 0.39 | 0 | 0.2 | 256.5 | 0.44 | 0.64 |
| Hex | 92 | 7C | CC | 1C | 27 | 0 | 14 | 100 | 2C | 40 |
| Octal | 222 | 174 | 314 | 34 | 47 | 0 | 24 | 400 | 54 | 100 |
| Binary | 10010010 | 1111100 | 11001100 | 11100 | 100111 | 0 | 10100 | 100000000 | 101100 | 1000000 |
Color Harmonies of #927CCC
Complementary color
Monochromatic Colors of #927CCC
Black with #927CCC
Text Example
Text Example
White with #927CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CCC; }
p { color: rgb(146,124,204); }
H1.HeaderClassName
{
color: #927CCC;
}
.AnyTagClassName
{
color: #927CCC;
}
</style>
background-color css
<style>
a { background-color: #927CCC; }
a { background-color: rgb(146,124,204); }
div.DivClassName
{
background-color: #927CCC;
}
.BgClassName
{
background-color: #927CCC;
}
</style>
border-color css
<style>
span { border-color: #927CCC; }
span { border-color: rgb(146,124,204); }
td.TdClassName
{
border-color: #927CCC;
}
.TagClassName
{
border-color: #927CCC;
}
</style>