Shades of True V #926ECC
Tints of True V #926ECC
RGB
CMYK
RGB Variations
Color information
#926ECC (or 0x926ECC) is known color: True V. HEX triplet: 92, 6E and CC. RGB value is (146,110,204). Sum of RGB (Red+Green+Blue) = 146+110+204=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #926ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926ECC is #6D9133. Grayscale: #838383. Windows color (decimal): -7180596 or 13397650. OLE color: 13397650.
HSL color Cylindrical-coordinate representation of color #926ECC: hue angle of 262.98º 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 #926ECC is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 110 | 204 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.2 |
| HSL | 262.98º | 0.48% | 0.62% | - |
| HSV(B) | 262.98º | 0.46% | 0.8% | - |
| XYZ | 28.33 | 21.62 | 59.81 | - |
| YUV | 131.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 204 | 0.28 | 0.46 | 0 | 0.2 | 262.98 | 0.48 | 0.62 |
| Hex | 92 | 6E | CC | 1C | 2E | 0 | 14 | 107 | 30 | 3E |
| Octal | 222 | 156 | 314 | 34 | 56 | 0 | 24 | 407 | 60 | 76 |
| Binary | 10010010 | 1101110 | 11001100 | 11100 | 101110 | 0 | 10100 | 100000111 | 110000 | 111110 |
Color Harmonies of #926ECC
Complementary color
Monochromatic Colors of #926ECC
Black with #926ECC
Text Example
Text Example
White with #926ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926ECC; }
p { color: rgb(146,110,204); }
H1.HeaderClassName
{
color: #926ECC;
}
.AnyTagClassName
{
color: #926ECC;
}
</style>
background-color css
<style>
a { background-color: #926ECC; }
a { background-color: rgb(146,110,204); }
div.DivClassName
{
background-color: #926ECC;
}
.BgClassName
{
background-color: #926ECC;
}
</style>
border-color css
<style>
span { border-color: #926ECC; }
span { border-color: rgb(146,110,204); }
td.TdClassName
{
border-color: #926ECC;
}
.TagClassName
{
border-color: #926ECC;
}
</style>