Shades of True V #845DC0
Tints of True V #845DC0
RGB
CMYK
RGB Variations
Color information
#845DC0 (or 0x845DC0) is known color: True V. HEX triplet: 84, 5D and C0. RGB value is (132,93,192). Sum of RGB (Red+Green+Blue) = 132+93+192=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #845DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DC0 is #7BA23F. Grayscale: #737373. Windows color (decimal): -8102464 or 12606852. OLE color: 12606852.
HSL color Cylindrical-coordinate representation of color #845DC0: hue angle of 263.64º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #845DC0 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 93 | 192 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.25 |
| HSL | 263.64º | 0.44% | 0.56% | - |
| HSV(B) | 263.64º | 0.52% | 0.75% | - |
| XYZ | 22.94 | 16.54 | 51.85 | - |
| YUV | 115.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 192 | 0.31 | 0.52 | 0 | 0.25 | 263.64 | 0.44 | 0.56 |
| Hex | 84 | 5D | C0 | 1F | 34 | 0 | 19 | 108 | 2C | 38 |
| Octal | 204 | 135 | 300 | 37 | 64 | 0 | 31 | 410 | 54 | 70 |
| Binary | 10000100 | 1011101 | 11000000 | 11111 | 110100 | 0 | 11001 | 100001000 | 101100 | 111000 |
Color Harmonies of #845DC0
Complementary color
Monochromatic Colors of #845DC0
Black with #845DC0
Text Example
Text Example
White with #845DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DC0; }
p { color: rgb(132,93,192); }
H1.HeaderClassName
{
color: #845DC0;
}
.AnyTagClassName
{
color: #845DC0;
}
</style>
background-color css
<style>
a { background-color: #845DC0; }
a { background-color: rgb(132,93,192); }
div.DivClassName
{
background-color: #845DC0;
}
.BgClassName
{
background-color: #845DC0;
}
</style>
border-color css
<style>
span { border-color: #845DC0; }
span { border-color: rgb(132,93,192); }
td.TdClassName
{
border-color: #845DC0;
}
.TagClassName
{
border-color: #845DC0;
}
</style>