Shades of True V #845DCA
Tints of True V #845DCA
RGB
CMYK
RGB Variations
Color information
#845DCA (or 0x845DCA) is known color: True V. HEX triplet: 84, 5D and CA. RGB value is (132,93,202). Sum of RGB (Red+Green+Blue) = 132+93+202=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #845DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DCA is #7BA235. Grayscale: #747474. Windows color (decimal): -8102454 or 13262212. OLE color: 13262212.
HSL color Cylindrical-coordinate representation of color #845DCA: hue angle of 261.47º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #845DCA is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 93 | 202 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.21 |
| HSL | 261.47º | 0.51% | 0.58% | - |
| HSV(B) | 261.47º | 0.54% | 0.79% | - |
| XYZ | 24.09 | 17 | 57.89 | - |
| YUV | 117.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 202 | 0.35 | 0.54 | 0 | 0.21 | 261.47 | 0.51 | 0.58 |
| Hex | 84 | 5D | CA | 23 | 36 | 0 | 15 | 105 | 33 | 3A |
| Octal | 204 | 135 | 312 | 43 | 66 | 0 | 25 | 405 | 63 | 72 |
| Binary | 10000100 | 1011101 | 11001010 | 100011 | 110110 | 0 | 10101 | 100000101 | 110011 | 111010 |
Color Harmonies of #845DCA
Complementary color
Monochromatic Colors of #845DCA
Black with #845DCA
Text Example
Text Example
White with #845DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DCA; }
p { color: rgb(132,93,202); }
H1.HeaderClassName
{
color: #845DCA;
}
.AnyTagClassName
{
color: #845DCA;
}
</style>
background-color css
<style>
a { background-color: #845DCA; }
a { background-color: rgb(132,93,202); }
div.DivClassName
{
background-color: #845DCA;
}
.BgClassName
{
background-color: #845DCA;
}
</style>
border-color css
<style>
span { border-color: #845DCA; }
span { border-color: rgb(132,93,202); }
td.TdClassName
{
border-color: #845DCA;
}
.TagClassName
{
border-color: #845DCA;
}
</style>