Shades of True V #926DD0
Tints of True V #926DD0
RGB
CMYK
RGB Variations
Color information
#926DD0 (or 0x926DD0) is known color: True V. HEX triplet: 92, 6D and D0. RGB value is (146,109,208). Sum of RGB (Red+Green+Blue) = 146+109+208=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #926DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926DD0 is #6D922F. Grayscale: #828282. Windows color (decimal): -7180848 or 13659538. OLE color: 13659538.
HSL color Cylindrical-coordinate representation of color #926DD0: hue angle of 262.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #926DD0 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 109 | 208 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.18 |
| HSL | 262.42º | 0.51% | 0.62% | - |
| HSV(B) | 262.42º | 0.48% | 0.82% | - |
| XYZ | 28.71 | 21.6 | 62.33 | - |
| YUV | 131.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 208 | 0.30 | 0.48 | 0 | 0.18 | 262.42 | 0.51 | 0.62 |
| Hex | 92 | 6D | D0 | 1E | 30 | 0 | 12 | 106 | 33 | 3E |
| Octal | 222 | 155 | 320 | 36 | 60 | 0 | 22 | 406 | 63 | 76 |
| Binary | 10010010 | 1101101 | 11010000 | 11110 | 110000 | 0 | 10010 | 100000110 | 110011 | 111110 |
Color Harmonies of #926DD0
Complementary color
Monochromatic Colors of #926DD0
Black with #926DD0
Text Example
Text Example
White with #926DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DD0; }
p { color: rgb(146,109,208); }
H1.HeaderClassName
{
color: #926DD0;
}
.AnyTagClassName
{
color: #926DD0;
}
</style>
background-color css
<style>
a { background-color: #926DD0; }
a { background-color: rgb(146,109,208); }
div.DivClassName
{
background-color: #926DD0;
}
.BgClassName
{
background-color: #926DD0;
}
</style>
border-color css
<style>
span { border-color: #926DD0; }
span { border-color: rgb(146,109,208); }
td.TdClassName
{
border-color: #926DD0;
}
.TagClassName
{
border-color: #926DD0;
}
</style>