Shades of True V #845DCC
Tints of True V #845DCC
RGB
CMYK
RGB Variations
Color information
#845DCC (or 0x845DCC) is known color: True V. HEX triplet: 84, 5D and CC. RGB value is (132,93,204). Sum of RGB (Red+Green+Blue) = 132+93+204=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #845DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DCC is #7BA233. Grayscale: #747474. Windows color (decimal): -8102452 or 13393284. OLE color: 13393284.
HSL color Cylindrical-coordinate representation of color #845DCC: hue angle of 261.08º degrees, saturation: 0.52, 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 #845DCC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 93 | 204 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.2 |
| HSL | 261.08º | 0.52% | 0.58% | - |
| HSV(B) | 261.08º | 0.54% | 0.8% | - |
| XYZ | 24.33 | 17.09 | 59.14 | - |
| YUV | 117.32 | 176.92 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 204 | 0.35 | 0.54 | 0 | 0.2 | 261.08 | 0.52 | 0.58 |
| Hex | 84 | 5D | CC | 23 | 36 | 0 | 14 | 105 | 34 | 3A |
| Octal | 204 | 135 | 314 | 43 | 66 | 0 | 24 | 405 | 64 | 72 |
| Binary | 10000100 | 1011101 | 11001100 | 100011 | 110110 | 0 | 10100 | 100000101 | 110100 | 111010 |
Color Harmonies of #845DCC
Complementary color
Monochromatic Colors of #845DCC
Black with #845DCC
Text Example
Text Example
White with #845DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DCC; }
p { color: rgb(132,93,204); }
H1.HeaderClassName
{
color: #845DCC;
}
.AnyTagClassName
{
color: #845DCC;
}
</style>
background-color css
<style>
a { background-color: #845DCC; }
a { background-color: rgb(132,93,204); }
div.DivClassName
{
background-color: #845DCC;
}
.BgClassName
{
background-color: #845DCC;
}
</style>
border-color css
<style>
span { border-color: #845DCC; }
span { border-color: rgb(132,93,204); }
td.TdClassName
{
border-color: #845DCC;
}
.TagClassName
{
border-color: #845DCC;
}
</style>