Shades of True V #845DBF
Tints of True V #845DBF
RGB
CMYK
RGB Variations
Color information
#845DBF (or 0x845DBF) is known color: True V. HEX triplet: 84, 5D and BF. RGB value is (132,93,191). Sum of RGB (Red+Green+Blue) = 132+93+191=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #845DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DBF is #7BA240. Grayscale: #737373. Windows color (decimal): -8102465 or 12541316. OLE color: 12541316.
HSL color Cylindrical-coordinate representation of color #845DBF: hue angle of 263.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #845DBF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 93 | 191 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.25 |
| HSL | 263.88º | 0.43% | 0.56% | - |
| HSV(B) | 263.88º | 0.51% | 0.75% | - |
| XYZ | 22.83 | 16.5 | 51.27 | - |
| YUV | 115.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 191 | 0.31 | 0.51 | 0 | 0.25 | 263.88 | 0.43 | 0.56 |
| Hex | 84 | 5D | BF | 1F | 33 | 0 | 19 | 108 | 2B | 38 |
| Octal | 204 | 135 | 277 | 37 | 63 | 0 | 31 | 410 | 53 | 70 |
| Binary | 10000100 | 1011101 | 10111111 | 11111 | 110011 | 0 | 11001 | 100001000 | 101011 | 111000 |
Color Harmonies of #845DBF
Complementary color
Monochromatic Colors of #845DBF
Black with #845DBF
Text Example
Text Example
White with #845DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DBF; }
p { color: rgb(132,93,191); }
H1.HeaderClassName
{
color: #845DBF;
}
.AnyTagClassName
{
color: #845DBF;
}
</style>
background-color css
<style>
a { background-color: #845DBF; }
a { background-color: rgb(132,93,191); }
div.DivClassName
{
background-color: #845DBF;
}
.BgClassName
{
background-color: #845DBF;
}
</style>
border-color css
<style>
span { border-color: #845DBF; }
span { border-color: rgb(132,93,191); }
td.TdClassName
{
border-color: #845DBF;
}
.TagClassName
{
border-color: #845DBF;
}
</style>