Shades of True V #8466C0
Tints of True V #8466C0
RGB
CMYK
RGB Variations
Color information
#8466C0 (or 0x8466C0) is known color: True V. HEX triplet: 84, 66 and C0. RGB value is (132,102,192). Sum of RGB (Red+Green+Blue) = 132+102+192=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #8466C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466C0 is #7B993F. Grayscale: #787878. Windows color (decimal): -8100160 or 12609156. OLE color: 12609156.
HSL color Cylindrical-coordinate representation of color #8466C0: hue angle of 260º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8466C0 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 102 | 192 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.25 |
| HSL | 260º | 0.42% | 0.58% | - |
| HSV(B) | 260º | 0.47% | 0.75% | - |
| XYZ | 23.78 | 18.21 | 52.13 | - |
| YUV | 121.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 192 | 0.31 | 0.47 | 0 | 0.25 | 260 | 0.42 | 0.58 |
| Hex | 84 | 66 | C0 | 1F | 2F | 0 | 19 | 104 | 2A | 3A |
| Octal | 204 | 146 | 300 | 37 | 57 | 0 | 31 | 404 | 52 | 72 |
| Binary | 10000100 | 1100110 | 11000000 | 11111 | 101111 | 0 | 11001 | 100000100 | 101010 | 111010 |
Color Harmonies of #8466C0
Complementary color
Monochromatic Colors of #8466C0
Black with #8466C0
Text Example
Text Example
White with #8466C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8466C0; }
p { color: rgb(132,102,192); }
H1.HeaderClassName
{
color: #8466C0;
}
.AnyTagClassName
{
color: #8466C0;
}
</style>
background-color css
<style>
a { background-color: #8466C0; }
a { background-color: rgb(132,102,192); }
div.DivClassName
{
background-color: #8466C0;
}
.BgClassName
{
background-color: #8466C0;
}
</style>
border-color css
<style>
span { border-color: #8466C0; }
span { border-color: rgb(132,102,192); }
td.TdClassName
{
border-color: #8466C0;
}
.TagClassName
{
border-color: #8466C0;
}
</style>