Shades of True V #845DCE
Tints of True V #845DCE
RGB
CMYK
RGB Variations
Color information
#845DCE (or 0x845DCE) is known color: True V. HEX triplet: 84, 5D and CE. RGB value is (132,93,206). Sum of RGB (Red+Green+Blue) = 132+93+206=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #845DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DCE is #7BA231. Grayscale: #757575. Windows color (decimal): -8102450 or 13524356. OLE color: 13524356.
HSL color Cylindrical-coordinate representation of color #845DCE: hue angle of 260.71º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #845DCE is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 93 | 206 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.19 |
| HSL | 260.71º | 0.54% | 0.59% | - |
| HSV(B) | 260.71º | 0.55% | 0.81% | - |
| XYZ | 24.57 | 17.19 | 60.42 | - |
| YUV | 117.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 206 | 0.36 | 0.55 | 0 | 0.19 | 260.71 | 0.54 | 0.59 |
| Hex | 84 | 5D | CE | 24 | 37 | 0 | 13 | 105 | 36 | 3B |
| Octal | 204 | 135 | 316 | 44 | 67 | 0 | 23 | 405 | 66 | 73 |
| Binary | 10000100 | 1011101 | 11001110 | 100100 | 110111 | 0 | 10011 | 100000101 | 110110 | 111011 |
Color Harmonies of #845DCE
Complementary color
Monochromatic Colors of #845DCE
Black with #845DCE
Text Example
Text Example
White with #845DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DCE; }
p { color: rgb(132,93,206); }
H1.HeaderClassName
{
color: #845DCE;
}
.AnyTagClassName
{
color: #845DCE;
}
</style>
background-color css
<style>
a { background-color: #845DCE; }
a { background-color: rgb(132,93,206); }
div.DivClassName
{
background-color: #845DCE;
}
.BgClassName
{
background-color: #845DCE;
}
</style>
border-color css
<style>
span { border-color: #845DCE; }
span { border-color: rgb(132,93,206); }
td.TdClassName
{
border-color: #845DCE;
}
.TagClassName
{
border-color: #845DCE;
}
</style>