Shades of True V #926FCC
Tints of True V #926FCC
RGB
CMYK
RGB Variations
Color information
#926FCC (or 0x926FCC) is known color: True V. HEX triplet: 92, 6F and CC. RGB value is (146,111,204). Sum of RGB (Red+Green+Blue) = 146+111+204=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #926FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926FCC is #6D9033. Grayscale: #838383. Windows color (decimal): -7180340 or 13397906. OLE color: 13397906.
HSL color Cylindrical-coordinate representation of color #926FCC: hue angle of 262.58º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #926FCC is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 111 | 204 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.2 |
| HSL | 262.58º | 0.48% | 0.62% | - |
| HSV(B) | 262.58º | 0.46% | 0.8% | - |
| XYZ | 28.44 | 21.84 | 59.84 | - |
| YUV | 132.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 204 | 0.28 | 0.46 | 0 | 0.2 | 262.58 | 0.48 | 0.62 |
| Hex | 92 | 6F | CC | 1C | 2E | 0 | 14 | 107 | 30 | 3E |
| Octal | 222 | 157 | 314 | 34 | 56 | 0 | 24 | 407 | 60 | 76 |
| Binary | 10010010 | 1101111 | 11001100 | 11100 | 101110 | 0 | 10100 | 100000111 | 110000 | 111110 |
Color Harmonies of #926FCC
Complementary color
Monochromatic Colors of #926FCC
Black with #926FCC
Text Example
Text Example
White with #926FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926FCC; }
p { color: rgb(146,111,204); }
H1.HeaderClassName
{
color: #926FCC;
}
.AnyTagClassName
{
color: #926FCC;
}
</style>
background-color css
<style>
a { background-color: #926FCC; }
a { background-color: rgb(146,111,204); }
div.DivClassName
{
background-color: #926FCC;
}
.BgClassName
{
background-color: #926FCC;
}
</style>
border-color css
<style>
span { border-color: #926FCC; }
span { border-color: rgb(146,111,204); }
td.TdClassName
{
border-color: #926FCC;
}
.TagClassName
{
border-color: #926FCC;
}
</style>