Shades of True V #845FC3
Tints of True V #845FC3
RGB
CMYK
RGB Variations
Color information
#845FC3 (or 0x845FC3) is known color: True V. HEX triplet: 84, 5F and C3. RGB value is (132,95,195). Sum of RGB (Red+Green+Blue) = 132+95+195=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #845FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FC3 is #7BA03C. Grayscale: #757575. Windows color (decimal): -8101949 or 12803972. OLE color: 12803972.
HSL color Cylindrical-coordinate representation of color #845FC3: hue angle of 262.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #845FC3 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 95 | 195 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.24 |
| HSL | 262.2º | 0.45% | 0.57% | - |
| HSV(B) | 262.2º | 0.51% | 0.76% | - |
| XYZ | 23.46 | 17.03 | 53.68 | - |
| YUV | 117.46 | 171.76 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 195 | 0.32 | 0.51 | 0 | 0.24 | 262.2 | 0.45 | 0.57 |
| Hex | 84 | 5F | C3 | 20 | 33 | 0 | 18 | 106 | 2D | 39 |
| Octal | 204 | 137 | 303 | 40 | 63 | 0 | 30 | 406 | 55 | 71 |
| Binary | 10000100 | 1011111 | 11000011 | 100000 | 110011 | 0 | 11000 | 100000110 | 101101 | 111001 |
Color Harmonies of #845FC3
Complementary color
Monochromatic Colors of #845FC3
Black with #845FC3
Text Example
Text Example
White with #845FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FC3; }
p { color: rgb(132,95,195); }
H1.HeaderClassName
{
color: #845FC3;
}
.AnyTagClassName
{
color: #845FC3;
}
</style>
background-color css
<style>
a { background-color: #845FC3; }
a { background-color: rgb(132,95,195); }
div.DivClassName
{
background-color: #845FC3;
}
.BgClassName
{
background-color: #845FC3;
}
</style>
border-color css
<style>
span { border-color: #845FC3; }
span { border-color: rgb(132,95,195); }
td.TdClassName
{
border-color: #845FC3;
}
.TagClassName
{
border-color: #845FC3;
}
</style>