Shades of True V #845CCD
Tints of True V #845CCD
RGB
CMYK
RGB Variations
Color information
#845CCD (or 0x845CCD) is known color: True V. HEX triplet: 84, 5C and CD. RGB value is (132,92,205). Sum of RGB (Red+Green+Blue) = 132+92+205=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #845CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CCD is #7BA332. Grayscale: #747474. Windows color (decimal): -8102707 or 13458564. OLE color: 13458564.
HSL color Cylindrical-coordinate representation of color #845CCD: hue angle of 261.24º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #845CCD is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 92 | 205 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.20 |
| HSL | 261.24º | 0.53% | 0.58% | - |
| HSV(B) | 261.24º | 0.55% | 0.8% | - |
| XYZ | 24.36 | 16.97 | 59.75 | - |
| YUV | 116.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 205 | 0.36 | 0.55 | 0 | 0.20 | 261.24 | 0.53 | 0.58 |
| Hex | 84 | 5C | CD | 24 | 37 | 0 | 14 | 105 | 35 | 3A |
| Octal | 204 | 134 | 315 | 44 | 67 | 0 | 24 | 405 | 65 | 72 |
| Binary | 10000100 | 1011100 | 11001101 | 100100 | 110111 | 0 | 10100 | 100000101 | 110101 | 111010 |
Color Harmonies of #845CCD
Complementary color
Monochromatic Colors of #845CCD
Black with #845CCD
Text Example
Text Example
White with #845CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845CCD; }
p { color: rgb(132,92,205); }
H1.HeaderClassName
{
color: #845CCD;
}
.AnyTagClassName
{
color: #845CCD;
}
</style>
background-color css
<style>
a { background-color: #845CCD; }
a { background-color: rgb(132,92,205); }
div.DivClassName
{
background-color: #845CCD;
}
.BgClassName
{
background-color: #845CCD;
}
</style>
border-color css
<style>
span { border-color: #845CCD; }
span { border-color: rgb(132,92,205); }
td.TdClassName
{
border-color: #845CCD;
}
.TagClassName
{
border-color: #845CCD;
}
</style>