Shades of True V #8462C2
Tints of True V #8462C2
RGB
CMYK
RGB Variations
Color information
#8462C2 (or 0x8462C2) is known color: True V. HEX triplet: 84, 62 and C2. RGB value is (132,98,194). Sum of RGB (Red+Green+Blue) = 132+98+194=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #8462C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8462C2 is #7B9D3D. Grayscale: #767676. Windows color (decimal): -8101182 or 12739204. OLE color: 12739204.
HSL color Cylindrical-coordinate representation of color #8462C2: hue angle of 261.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8462C2 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 98 | 194 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.24 |
| HSL | 261.25º | 0.44% | 0.57% | - |
| HSV(B) | 261.25º | 0.49% | 0.76% | - |
| XYZ | 23.62 | 17.54 | 53.18 | - |
| YUV | 119.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 194 | 0.32 | 0.49 | 0 | 0.24 | 261.25 | 0.44 | 0.57 |
| Hex | 84 | 62 | C2 | 20 | 31 | 0 | 18 | 105 | 2C | 39 |
| Octal | 204 | 142 | 302 | 40 | 61 | 0 | 30 | 405 | 54 | 71 |
| Binary | 10000100 | 1100010 | 11000010 | 100000 | 110001 | 0 | 11000 | 100000101 | 101100 | 111001 |
Color Harmonies of #8462C2
Complementary color
Monochromatic Colors of #8462C2
Black with #8462C2
Text Example
Text Example
White with #8462C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8462C2; }
p { color: rgb(132,98,194); }
H1.HeaderClassName
{
color: #8462C2;
}
.AnyTagClassName
{
color: #8462C2;
}
</style>
background-color css
<style>
a { background-color: #8462C2; }
a { background-color: rgb(132,98,194); }
div.DivClassName
{
background-color: #8462C2;
}
.BgClassName
{
background-color: #8462C2;
}
</style>
border-color css
<style>
span { border-color: #8462C2; }
span { border-color: rgb(132,98,194); }
td.TdClassName
{
border-color: #8462C2;
}
.TagClassName
{
border-color: #8462C2;
}
</style>