Shades of True V #845DC5
Tints of True V #845DC5
RGB
CMYK
RGB Variations
Color information
#845DC5 (or 0x845DC5) is known color: True V. HEX triplet: 84, 5D and C5. RGB value is (132,93,197). Sum of RGB (Red+Green+Blue) = 132+93+197=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #845DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DC5 is #7BA23A. Grayscale: #747474. Windows color (decimal): -8102459 or 12934532. OLE color: 12934532.
HSL color Cylindrical-coordinate representation of color #845DC5: hue angle of 262.5º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #845DC5 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 93 | 197 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.23 |
| HSL | 262.5º | 0.47% | 0.57% | - |
| HSV(B) | 262.5º | 0.53% | 0.77% | - |
| XYZ | 23.51 | 16.77 | 54.82 | - |
| YUV | 116.52 | 173.42 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 197 | 0.33 | 0.53 | 0 | 0.23 | 262.5 | 0.47 | 0.57 |
| Hex | 84 | 5D | C5 | 21 | 35 | 0 | 17 | 106 | 2F | 39 |
| Octal | 204 | 135 | 305 | 41 | 65 | 0 | 27 | 406 | 57 | 71 |
| Binary | 10000100 | 1011101 | 11000101 | 100001 | 110101 | 0 | 10111 | 100000110 | 101111 | 111001 |
Color Harmonies of #845DC5
Complementary color
Monochromatic Colors of #845DC5
Black with #845DC5
Text Example
Text Example
White with #845DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DC5; }
p { color: rgb(132,93,197); }
H1.HeaderClassName
{
color: #845DC5;
}
.AnyTagClassName
{
color: #845DC5;
}
</style>
background-color css
<style>
a { background-color: #845DC5; }
a { background-color: rgb(132,93,197); }
div.DivClassName
{
background-color: #845DC5;
}
.BgClassName
{
background-color: #845DC5;
}
</style>
border-color css
<style>
span { border-color: #845DC5; }
span { border-color: rgb(132,93,197); }
td.TdClassName
{
border-color: #845DC5;
}
.TagClassName
{
border-color: #845DC5;
}
</style>