Shades of True V #845FC4
Tints of True V #845FC4
RGB
CMYK
RGB Variations
Color information
#845FC4 (or 0x845FC4) is known color: True V. HEX triplet: 84, 5F and C4. RGB value is (132,95,196). Sum of RGB (Red+Green+Blue) = 132+95+196=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #845FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FC4 is #7BA03B. Grayscale: #757575. Windows color (decimal): -8101948 or 12869508. OLE color: 12869508.
HSL color Cylindrical-coordinate representation of color #845FC4: hue angle of 261.98º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #845FC4 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 95 | 196 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.23 |
| HSL | 261.98º | 0.46% | 0.57% | - |
| HSV(B) | 261.98º | 0.52% | 0.77% | - |
| XYZ | 23.57 | 17.08 | 54.28 | - |
| YUV | 117.58 | 172.26 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 196 | 0.33 | 0.52 | 0 | 0.23 | 261.98 | 0.46 | 0.57 |
| Hex | 84 | 5F | C4 | 21 | 34 | 0 | 17 | 106 | 2E | 39 |
| Octal | 204 | 137 | 304 | 41 | 64 | 0 | 27 | 406 | 56 | 71 |
| Binary | 10000100 | 1011111 | 11000100 | 100001 | 110100 | 0 | 10111 | 100000110 | 101110 | 111001 |
Color Harmonies of #845FC4
Complementary color
Monochromatic Colors of #845FC4
Black with #845FC4
Text Example
Text Example
White with #845FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FC4; }
p { color: rgb(132,95,196); }
H1.HeaderClassName
{
color: #845FC4;
}
.AnyTagClassName
{
color: #845FC4;
}
</style>
background-color css
<style>
a { background-color: #845FC4; }
a { background-color: rgb(132,95,196); }
div.DivClassName
{
background-color: #845FC4;
}
.BgClassName
{
background-color: #845FC4;
}
</style>
border-color css
<style>
span { border-color: #845FC4; }
span { border-color: rgb(132,95,196); }
td.TdClassName
{
border-color: #845FC4;
}
.TagClassName
{
border-color: #845FC4;
}
</style>