Shades of True V #845FCD
Tints of True V #845FCD
RGB
CMYK
RGB Variations
Color information
#845FCD (or 0x845FCD) is known color: True V. HEX triplet: 84, 5F and CD. RGB value is (132,95,205). Sum of RGB (Red+Green+Blue) = 132+95+205=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #845FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FCD is #7BA032. Grayscale: #767676. Windows color (decimal): -8101939 or 13459332. OLE color: 13459332.
HSL color Cylindrical-coordinate representation of color #845FCD: hue angle of 260.18º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #845FCD is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 95 | 205 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.20 |
| HSL | 260.18º | 0.52% | 0.59% | - |
| HSV(B) | 260.18º | 0.54% | 0.8% | - |
| XYZ | 24.63 | 17.5 | 59.84 | - |
| YUV | 118.6 | 176.76 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 205 | 0.36 | 0.54 | 0 | 0.20 | 260.18 | 0.52 | 0.59 |
| Hex | 84 | 5F | CD | 24 | 36 | 0 | 14 | 104 | 34 | 3B |
| Octal | 204 | 137 | 315 | 44 | 66 | 0 | 24 | 404 | 64 | 73 |
| Binary | 10000100 | 1011111 | 11001101 | 100100 | 110110 | 0 | 10100 | 100000100 | 110100 | 111011 |
Color Harmonies of #845FCD
Complementary color
Monochromatic Colors of #845FCD
Black with #845FCD
Text Example
Text Example
White with #845FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FCD; }
p { color: rgb(132,95,205); }
H1.HeaderClassName
{
color: #845FCD;
}
.AnyTagClassName
{
color: #845FCD;
}
</style>
background-color css
<style>
a { background-color: #845FCD; }
a { background-color: rgb(132,95,205); }
div.DivClassName
{
background-color: #845FCD;
}
.BgClassName
{
background-color: #845FCD;
}
</style>
border-color css
<style>
span { border-color: #845FCD; }
span { border-color: rgb(132,95,205); }
td.TdClassName
{
border-color: #845FCD;
}
.TagClassName
{
border-color: #845FCD;
}
</style>