Shades of True V #845ECB
Tints of True V #845ECB
RGB
CMYK
RGB Variations
Color information
#845ECB (or 0x845ECB) is known color: True V. HEX triplet: 84, 5E and CB. RGB value is (132,94,203). Sum of RGB (Red+Green+Blue) = 132+94+203=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #845ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ECB is #7BA134. Grayscale: #757575. Windows color (decimal): -8102197 or 13328004. OLE color: 13328004.
HSL color Cylindrical-coordinate representation of color #845ECB: hue angle of 260.92º degrees, saturation: 0.51, 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 #845ECB is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 94 | 203 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.20 |
| HSL | 260.92º | 0.51% | 0.58% | - |
| HSV(B) | 260.92º | 0.54% | 0.8% | - |
| XYZ | 24.3 | 17.22 | 58.54 | - |
| YUV | 117.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 203 | 0.35 | 0.54 | 0 | 0.20 | 260.92 | 0.51 | 0.58 |
| Hex | 84 | 5E | CB | 23 | 36 | 0 | 14 | 105 | 33 | 3A |
| Octal | 204 | 136 | 313 | 43 | 66 | 0 | 24 | 405 | 63 | 72 |
| Binary | 10000100 | 1011110 | 11001011 | 100011 | 110110 | 0 | 10100 | 100000101 | 110011 | 111010 |
Color Harmonies of #845ECB
Complementary color
Monochromatic Colors of #845ECB
Black with #845ECB
Text Example
Text Example
White with #845ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845ECB; }
p { color: rgb(132,94,203); }
H1.HeaderClassName
{
color: #845ECB;
}
.AnyTagClassName
{
color: #845ECB;
}
</style>
background-color css
<style>
a { background-color: #845ECB; }
a { background-color: rgb(132,94,203); }
div.DivClassName
{
background-color: #845ECB;
}
.BgClassName
{
background-color: #845ECB;
}
</style>
border-color css
<style>
span { border-color: #845ECB; }
span { border-color: rgb(132,94,203); }
td.TdClassName
{
border-color: #845ECB;
}
.TagClassName
{
border-color: #845ECB;
}
</style>