Shades of True V #927ACE
Tints of True V #927ACE
RGB
CMYK
RGB Variations
Color information
#927ACE (or 0x927ACE) is known color: True V. HEX triplet: 92, 7A and CE. RGB value is (146,122,206). Sum of RGB (Red+Green+Blue) = 146+122+206=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #927ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ACE is #6D8531. Grayscale: #8A8A8A. Windows color (decimal): -7177522 or 13531794. OLE color: 13531794.
HSL color Cylindrical-coordinate representation of color #927ACE: hue angle of 257.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #927ACE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 122 | 206 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.19 |
| HSL | 257.14º | 0.46% | 0.64% | - |
| HSV(B) | 257.14º | 0.41% | 0.81% | - |
| XYZ | 29.95 | 24.49 | 61.54 | - |
| YUV | 138.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 206 | 0.29 | 0.41 | 0 | 0.19 | 257.14 | 0.46 | 0.64 |
| Hex | 92 | 7A | CE | 1D | 29 | 0 | 13 | 101 | 2E | 40 |
| Octal | 222 | 172 | 316 | 35 | 51 | 0 | 23 | 401 | 56 | 100 |
| Binary | 10010010 | 1111010 | 11001110 | 11101 | 101001 | 0 | 10011 | 100000001 | 101110 | 1000000 |
Color Harmonies of #927ACE
Complementary color
Monochromatic Colors of #927ACE
Black with #927ACE
Text Example
Text Example
White with #927ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ACE; }
p { color: rgb(146,122,206); }
H1.HeaderClassName
{
color: #927ACE;
}
.AnyTagClassName
{
color: #927ACE;
}
</style>
background-color css
<style>
a { background-color: #927ACE; }
a { background-color: rgb(146,122,206); }
div.DivClassName
{
background-color: #927ACE;
}
.BgClassName
{
background-color: #927ACE;
}
</style>
border-color css
<style>
span { border-color: #927ACE; }
span { border-color: rgb(146,122,206); }
td.TdClassName
{
border-color: #927ACE;
}
.TagClassName
{
border-color: #927ACE;
}
</style>