#856EC1

Color #856EC1 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #856EC1

Tints of True V #856EC1

Color information

#856EC1 (or 0x856EC1) is unknown color: approx True V. HEX triplet: 85, 6E and C1. RGB value is (133,110,193). Sum of RGB (Red+Green+Blue) = 133+110+193=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #856EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EC1 is #7A913E. Grayscale: #7E7E7E. Windows color (decimal): -8032575 or 12676741. OLE color: 12676741.

HSL color Cylindrical-coordinate representation of color #856EC1: hue angle of 256.63º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #856EC1 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133110193-
CMYK0.310.4300.24
HSL256.63º40.1%59.41%-
HSV(B)256.63º43.01%75.69%-
XYZ24.8719.9953-
YUV126.34165.62132.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 30.50%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=30.50%
G=25.23%
B=44.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331101930.310.4300.24256.6340.159.41
Hex856EC11F2B018101283b
Octal20515630137530304015073
Binary1000010111011101100000111111101011011000100000001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856EC1; }

 p { color: rgb(133,110,193); }

 H1.HeaderClassName
 {
   color: #856EC1;
 }
 .AnyTagClassName
 {
   color: #856EC1;
 }
</style>
background-color css

<style>
 a { background-color: #856EC1; }

 a { background-color: rgb(133,110,193); }

 div.DivClassName
 {
   background-color: #856EC1;
 }
 .BgClassName
 {
   background-color: #856EC1;
 }
</style>
border-color css

<style>
 span { border-color: #856EC1; }

 span { border-color: rgb(133,110,193); }

 td.TdClassName
 {
   border-color: #856EC1;
 }
 .TagClassName
 {
   border-color: #856EC1;
 }
</style>