Shades of True V #926DCD
Tints of True V #926DCD
RGB
CMYK
RGB Variations
Color information
#926DCD (or 0x926DCD) is known color: True V. HEX triplet: 92, 6D and CD. RGB value is (146,109,205). Sum of RGB (Red+Green+Blue) = 146+109+205=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #926DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926DCD is #6D9232. Grayscale: #828282. Windows color (decimal): -7180851 or 13462930. OLE color: 13462930.
HSL color Cylindrical-coordinate representation of color #926DCD: hue angle of 263.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #926DCD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 109 | 205 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.20 |
| HSL | 263.13º | 0.49% | 0.62% | - |
| HSV(B) | 263.13º | 0.47% | 0.8% | - |
| XYZ | 28.34 | 21.46 | 60.41 | - |
| YUV | 131.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 205 | 0.29 | 0.47 | 0 | 0.20 | 263.13 | 0.49 | 0.62 |
| Hex | 92 | 6D | CD | 1D | 2F | 0 | 14 | 107 | 31 | 3E |
| Octal | 222 | 155 | 315 | 35 | 57 | 0 | 24 | 407 | 61 | 76 |
| Binary | 10010010 | 1101101 | 11001101 | 11101 | 101111 | 0 | 10100 | 100000111 | 110001 | 111110 |
Color Harmonies of #926DCD
Complementary color
Monochromatic Colors of #926DCD
Black with #926DCD
Text Example
Text Example
White with #926DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DCD; }
p { color: rgb(146,109,205); }
H1.HeaderClassName
{
color: #926DCD;
}
.AnyTagClassName
{
color: #926DCD;
}
</style>
background-color css
<style>
a { background-color: #926DCD; }
a { background-color: rgb(146,109,205); }
div.DivClassName
{
background-color: #926DCD;
}
.BgClassName
{
background-color: #926DCD;
}
</style>
border-color css
<style>
span { border-color: #926DCD; }
span { border-color: rgb(146,109,205); }
td.TdClassName
{
border-color: #926DCD;
}
.TagClassName
{
border-color: #926DCD;
}
</style>