Shades of True V #845ECC
Tints of True V #845ECC
RGB
CMYK
RGB Variations
Color information
#845ECC (or 0x845ECC) is known color: True V. HEX triplet: 84, 5E and CC. RGB value is (132,94,204). Sum of RGB (Red+Green+Blue) = 132+94+204=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #845ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ECC is #7BA133. Grayscale: #757575. Windows color (decimal): -8102196 or 13393540. OLE color: 13393540.
HSL color Cylindrical-coordinate representation of color #845ECC: hue angle of 260.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #845ECC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 94 | 204 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.2 |
| HSL | 260.73º | 0.52% | 0.58% | - |
| HSV(B) | 260.73º | 0.54% | 0.8% | - |
| XYZ | 24.42 | 17.27 | 59.17 | - |
| YUV | 117.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 204 | 0.35 | 0.54 | 0 | 0.2 | 260.73 | 0.52 | 0.58 |
| Hex | 84 | 5E | CC | 23 | 36 | 0 | 14 | 105 | 34 | 3A |
| Octal | 204 | 136 | 314 | 43 | 66 | 0 | 24 | 405 | 64 | 72 |
| Binary | 10000100 | 1011110 | 11001100 | 100011 | 110110 | 0 | 10100 | 100000101 | 110100 | 111010 |
Color Harmonies of #845ECC
Complementary color
Monochromatic Colors of #845ECC
Black with #845ECC
Text Example
Text Example
White with #845ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845ECC; }
p { color: rgb(132,94,204); }
H1.HeaderClassName
{
color: #845ECC;
}
.AnyTagClassName
{
color: #845ECC;
}
</style>
background-color css
<style>
a { background-color: #845ECC; }
a { background-color: rgb(132,94,204); }
div.DivClassName
{
background-color: #845ECC;
}
.BgClassName
{
background-color: #845ECC;
}
</style>
border-color css
<style>
span { border-color: #845ECC; }
span { border-color: rgb(132,94,204); }
td.TdClassName
{
border-color: #845ECC;
}
.TagClassName
{
border-color: #845ECC;
}
</style>