Shades of True V #926FCD
Tints of True V #926FCD
RGB
CMYK
RGB Variations
Color information
#926FCD (or 0x926FCD) is known color: True V. HEX triplet: 92, 6F and CD. RGB value is (146,111,205). Sum of RGB (Red+Green+Blue) = 146+111+205=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #926FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926FCD is #6D9032. Grayscale: #838383. Windows color (decimal): -7180339 or 13463442. OLE color: 13463442.
HSL color Cylindrical-coordinate representation of color #926FCD: hue angle of 262.34º 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 #926FCD is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 111 | 205 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.20 |
| HSL | 262.34º | 0.48% | 0.62% | - |
| HSV(B) | 262.34º | 0.46% | 0.8% | - |
| XYZ | 28.56 | 21.89 | 60.48 | - |
| YUV | 132.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 205 | 0.29 | 0.46 | 0 | 0.20 | 262.34 | 0.48 | 0.62 |
| Hex | 92 | 6F | CD | 1D | 2E | 0 | 14 | 106 | 30 | 3E |
| Octal | 222 | 157 | 315 | 35 | 56 | 0 | 24 | 406 | 60 | 76 |
| Binary | 10010010 | 1101111 | 11001101 | 11101 | 101110 | 0 | 10100 | 100000110 | 110000 | 111110 |
Color Harmonies of #926FCD
Complementary color
Monochromatic Colors of #926FCD
Black with #926FCD
Text Example
Text Example
White with #926FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926FCD; }
p { color: rgb(146,111,205); }
H1.HeaderClassName
{
color: #926FCD;
}
.AnyTagClassName
{
color: #926FCD;
}
</style>
background-color css
<style>
a { background-color: #926FCD; }
a { background-color: rgb(146,111,205); }
div.DivClassName
{
background-color: #926FCD;
}
.BgClassName
{
background-color: #926FCD;
}
</style>
border-color css
<style>
span { border-color: #926FCD; }
span { border-color: rgb(146,111,205); }
td.TdClassName
{
border-color: #926FCD;
}
.TagClassName
{
border-color: #926FCD;
}
</style>