Shades of True V #845DCD
Tints of True V #845DCD
RGB
CMYK
RGB Variations
Color information
#845DCD (or 0x845DCD) is known color: True V. HEX triplet: 84, 5D and CD. RGB value is (132,93,205). Sum of RGB (Red+Green+Blue) = 132+93+205=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #845DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DCD is #7BA232. Grayscale: #757575. Windows color (decimal): -8102451 or 13458820. OLE color: 13458820.
HSL color Cylindrical-coordinate representation of color #845DCD: hue angle of 260.89º 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 #845DCD is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 93 | 205 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.20 |
| HSL | 260.89º | 0.53% | 0.58% | - |
| HSV(B) | 260.89º | 0.55% | 0.8% | - |
| XYZ | 24.45 | 17.14 | 59.78 | - |
| YUV | 117.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 205 | 0.36 | 0.55 | 0 | 0.20 | 260.89 | 0.53 | 0.58 |
| Hex | 84 | 5D | CD | 24 | 37 | 0 | 14 | 105 | 35 | 3A |
| Octal | 204 | 135 | 315 | 44 | 67 | 0 | 24 | 405 | 65 | 72 |
| Binary | 10000100 | 1011101 | 11001101 | 100100 | 110111 | 0 | 10100 | 100000101 | 110101 | 111010 |
Color Harmonies of #845DCD
Complementary color
Monochromatic Colors of #845DCD
Black with #845DCD
Text Example
Text Example
White with #845DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DCD; }
p { color: rgb(132,93,205); }
H1.HeaderClassName
{
color: #845DCD;
}
.AnyTagClassName
{
color: #845DCD;
}
</style>
background-color css
<style>
a { background-color: #845DCD; }
a { background-color: rgb(132,93,205); }
div.DivClassName
{
background-color: #845DCD;
}
.BgClassName
{
background-color: #845DCD;
}
</style>
border-color css
<style>
span { border-color: #845DCD; }
span { border-color: rgb(132,93,205); }
td.TdClassName
{
border-color: #845DCD;
}
.TagClassName
{
border-color: #845DCD;
}
</style>