Shades of True V #845FCA
Tints of True V #845FCA
RGB
CMYK
RGB Variations
Color information
#845FCA (or 0x845FCA) is known color: True V. HEX triplet: 84, 5F and CA. RGB value is (132,95,202). Sum of RGB (Red+Green+Blue) = 132+95+202=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #845FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FCA is #7BA035. Grayscale: #757575. Windows color (decimal): -8101942 or 13262724. OLE color: 13262724.
HSL color Cylindrical-coordinate representation of color #845FCA: hue angle of 260.75º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #845FCA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 95 | 202 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.21 |
| HSL | 260.75º | 0.5% | 0.58% | - |
| HSV(B) | 260.75º | 0.53% | 0.79% | - |
| XYZ | 24.27 | 17.35 | 57.95 | - |
| YUV | 118.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 202 | 0.35 | 0.53 | 0 | 0.21 | 260.75 | 0.5 | 0.58 |
| Hex | 84 | 5F | CA | 23 | 35 | 0 | 15 | 105 | 32 | 3A |
| Octal | 204 | 137 | 312 | 43 | 65 | 0 | 25 | 405 | 62 | 72 |
| Binary | 10000100 | 1011111 | 11001010 | 100011 | 110101 | 0 | 10101 | 100000101 | 110010 | 111010 |
Color Harmonies of #845FCA
Complementary color
Monochromatic Colors of #845FCA
Black with #845FCA
Text Example
Text Example
White with #845FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FCA; }
p { color: rgb(132,95,202); }
H1.HeaderClassName
{
color: #845FCA;
}
.AnyTagClassName
{
color: #845FCA;
}
</style>
background-color css
<style>
a { background-color: #845FCA; }
a { background-color: rgb(132,95,202); }
div.DivClassName
{
background-color: #845FCA;
}
.BgClassName
{
background-color: #845FCA;
}
</style>
border-color css
<style>
span { border-color: #845FCA; }
span { border-color: rgb(132,95,202); }
td.TdClassName
{
border-color: #845FCA;
}
.TagClassName
{
border-color: #845FCA;
}
</style>