Shades of True V #927ACB
Tints of True V #927ACB
RGB
CMYK
RGB Variations
Color information
#927ACB (or 0x927ACB) is known color: True V. HEX triplet: 92, 7A and CB. RGB value is (146,122,203). Sum of RGB (Red+Green+Blue) = 146+122+203=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #927ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ACB is #6D8534. Grayscale: #8A8A8A. Windows color (decimal): -7177525 or 13335186. OLE color: 13335186.
HSL color Cylindrical-coordinate representation of color #927ACB: hue angle of 257.78º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927ACB is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 122 | 203 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.20 |
| HSL | 257.78º | 0.44% | 0.64% | - |
| HSV(B) | 257.78º | 0.4% | 0.8% | - |
| XYZ | 29.59 | 24.34 | 59.64 | - |
| YUV | 138.41 | 164.45 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 203 | 0.28 | 0.40 | 0 | 0.20 | 257.78 | 0.44 | 0.64 |
| Hex | 92 | 7A | CB | 1C | 28 | 0 | 14 | 102 | 2C | 40 |
| Octal | 222 | 172 | 313 | 34 | 50 | 0 | 24 | 402 | 54 | 100 |
| Binary | 10010010 | 1111010 | 11001011 | 11100 | 101000 | 0 | 10100 | 100000010 | 101100 | 1000000 |
Color Harmonies of #927ACB
Complementary color
Monochromatic Colors of #927ACB
Black with #927ACB
Text Example
Text Example
White with #927ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ACB; }
p { color: rgb(146,122,203); }
H1.HeaderClassName
{
color: #927ACB;
}
.AnyTagClassName
{
color: #927ACB;
}
</style>
background-color css
<style>
a { background-color: #927ACB; }
a { background-color: rgb(146,122,203); }
div.DivClassName
{
background-color: #927ACB;
}
.BgClassName
{
background-color: #927ACB;
}
</style>
border-color css
<style>
span { border-color: #927ACB; }
span { border-color: rgb(146,122,203); }
td.TdClassName
{
border-color: #927ACB;
}
.TagClassName
{
border-color: #927ACB;
}
</style>