Shades of True V #927CCD
Tints of True V #927CCD
RGB
CMYK
RGB Variations
Color information
#927CCD (or 0x927CCD) is known color: True V. HEX triplet: 92, 7C and CD. RGB value is (146,124,205). Sum of RGB (Red+Green+Blue) = 146+124+205=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #927CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CCD is #6D8332. Grayscale: #8B8B8B. Windows color (decimal): -7177011 or 13466770. OLE color: 13466770.
HSL color Cylindrical-coordinate representation of color #927CCD: hue angle of 256.3º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927CCD is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 124 | 205 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.20 |
| HSL | 256.3º | 0.45% | 0.65% | - |
| HSV(B) | 256.3º | 0.4% | 0.8% | - |
| XYZ | 30.08 | 24.93 | 60.98 | - |
| YUV | 139.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 205 | 0.29 | 0.40 | 0 | 0.20 | 256.3 | 0.45 | 0.65 |
| Hex | 92 | 7C | CD | 1D | 28 | 0 | 14 | 100 | 2D | 41 |
| Octal | 222 | 174 | 315 | 35 | 50 | 0 | 24 | 400 | 55 | 101 |
| Binary | 10010010 | 1111100 | 11001101 | 11101 | 101000 | 0 | 10100 | 100000000 | 101101 | 1000001 |
Color Harmonies of #927CCD
Complementary color
Monochromatic Colors of #927CCD
Black with #927CCD
Text Example
Text Example
White with #927CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CCD; }
p { color: rgb(146,124,205); }
H1.HeaderClassName
{
color: #927CCD;
}
.AnyTagClassName
{
color: #927CCD;
}
</style>
background-color css
<style>
a { background-color: #927CCD; }
a { background-color: rgb(146,124,205); }
div.DivClassName
{
background-color: #927CCD;
}
.BgClassName
{
background-color: #927CCD;
}
</style>
border-color css
<style>
span { border-color: #927CCD; }
span { border-color: rgb(146,124,205); }
td.TdClassName
{
border-color: #927CCD;
}
.TagClassName
{
border-color: #927CCD;
}
</style>