Shades of True V #845AC2
Tints of True V #845AC2
RGB
CMYK
RGB Variations
Color information
#845AC2 (or 0x845AC2) is known color: True V. HEX triplet: 84, 5A and C2. RGB value is (132,90,194). Sum of RGB (Red+Green+Blue) = 132+90+194=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #845AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845AC2 is #7BA53D. Grayscale: #727272. Windows color (decimal): -8103230 or 12737156. OLE color: 12737156.
HSL color Cylindrical-coordinate representation of color #845AC2: hue angle of 264.23º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #845AC2 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 90 | 194 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.24 |
| HSL | 264.23º | 0.46% | 0.56% | - |
| HSV(B) | 264.23º | 0.54% | 0.76% | - |
| XYZ | 22.91 | 16.11 | 52.94 | - |
| YUV | 114.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 194 | 0.32 | 0.54 | 0 | 0.24 | 264.23 | 0.46 | 0.56 |
| Hex | 84 | 5A | C2 | 20 | 36 | 0 | 18 | 108 | 2E | 38 |
| Octal | 204 | 132 | 302 | 40 | 66 | 0 | 30 | 410 | 56 | 70 |
| Binary | 10000100 | 1011010 | 11000010 | 100000 | 110110 | 0 | 11000 | 100001000 | 101110 | 111000 |
Color Harmonies of #845AC2
Complementary color
Monochromatic Colors of #845AC2
Black with #845AC2
Text Example
Text Example
White with #845AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845AC2; }
p { color: rgb(132,90,194); }
H1.HeaderClassName
{
color: #845AC2;
}
.AnyTagClassName
{
color: #845AC2;
}
</style>
background-color css
<style>
a { background-color: #845AC2; }
a { background-color: rgb(132,90,194); }
div.DivClassName
{
background-color: #845AC2;
}
.BgClassName
{
background-color: #845AC2;
}
</style>
border-color css
<style>
span { border-color: #845AC2; }
span { border-color: rgb(132,90,194); }
td.TdClassName
{
border-color: #845AC2;
}
.TagClassName
{
border-color: #845AC2;
}
</style>