Shades of True V #927FCC
Tints of True V #927FCC
RGB
CMYK
RGB Variations
Color information
#927FCC (or 0x927FCC) is known color: True V. HEX triplet: 92, 7F and CC. RGB value is (146,127,204). Sum of RGB (Red+Green+Blue) = 146+127+204=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #927FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FCC is #6D8033. Grayscale: #8D8D8D. Windows color (decimal): -7176244 or 13402002. OLE color: 13402002.
HSL color Cylindrical-coordinate representation of color #927FCC: hue angle of 254.81º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927FCC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 127 | 204 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.2 |
| HSL | 254.81º | 0.43% | 0.65% | - |
| HSV(B) | 254.81º | 0.38% | 0.8% | - |
| XYZ | 30.34 | 25.65 | 60.48 | - |
| YUV | 141.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 204 | 0.28 | 0.38 | 0 | 0.2 | 254.81 | 0.43 | 0.65 |
| Hex | 92 | 7F | CC | 1C | 26 | 0 | 14 | FF | 2B | 41 |
| Octal | 222 | 177 | 314 | 34 | 46 | 0 | 24 | 377 | 53 | 101 |
| Binary | 10010010 | 1111111 | 11001100 | 11100 | 100110 | 0 | 10100 | 11111111 | 101011 | 1000001 |
Color Harmonies of #927FCC
Complementary color
Monochromatic Colors of #927FCC
Black with #927FCC
Text Example
Text Example
White with #927FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FCC; }
p { color: rgb(146,127,204); }
H1.HeaderClassName
{
color: #927FCC;
}
.AnyTagClassName
{
color: #927FCC;
}
</style>
background-color css
<style>
a { background-color: #927FCC; }
a { background-color: rgb(146,127,204); }
div.DivClassName
{
background-color: #927FCC;
}
.BgClassName
{
background-color: #927FCC;
}
</style>
border-color css
<style>
span { border-color: #927FCC; }
span { border-color: rgb(146,127,204); }
td.TdClassName
{
border-color: #927FCC;
}
.TagClassName
{
border-color: #927FCC;
}
</style>