Shades of True V #845ECF
Tints of True V #845ECF
RGB
CMYK
RGB Variations
Color information
#845ECF (or 0x845ECF) is known color: True V. HEX triplet: 84, 5E and CF. RGB value is (132,94,207). Sum of RGB (Red+Green+Blue) = 132+94+207=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #845ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ECF is #7BA130. Grayscale: #757575. Windows color (decimal): -8102193 or 13590148. OLE color: 13590148.
HSL color Cylindrical-coordinate representation of color #845ECF: hue angle of 260.18º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #845ECF is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 94 | 207 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.19 |
| HSL | 260.18º | 0.54% | 0.59% | - |
| HSV(B) | 260.18º | 0.55% | 0.81% | - |
| XYZ | 24.78 | 17.42 | 61.09 | - |
| YUV | 118.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 207 | 0.36 | 0.55 | 0 | 0.19 | 260.18 | 0.54 | 0.59 |
| Hex | 84 | 5E | CF | 24 | 37 | 0 | 13 | 104 | 36 | 3B |
| Octal | 204 | 136 | 317 | 44 | 67 | 0 | 23 | 404 | 66 | 73 |
| Binary | 10000100 | 1011110 | 11001111 | 100100 | 110111 | 0 | 10011 | 100000100 | 110110 | 111011 |
Color Harmonies of #845ECF
Complementary color
Monochromatic Colors of #845ECF
Black with #845ECF
Text Example
Text Example
White with #845ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845ECF; }
p { color: rgb(132,94,207); }
H1.HeaderClassName
{
color: #845ECF;
}
.AnyTagClassName
{
color: #845ECF;
}
</style>
background-color css
<style>
a { background-color: #845ECF; }
a { background-color: rgb(132,94,207); }
div.DivClassName
{
background-color: #845ECF;
}
.BgClassName
{
background-color: #845ECF;
}
</style>
border-color css
<style>
span { border-color: #845ECF; }
span { border-color: rgb(132,94,207); }
td.TdClassName
{
border-color: #845ECF;
}
.TagClassName
{
border-color: #845ECF;
}
</style>