#856AC2

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

Shades of True V #856AC2

Tints of True V #856AC2

Color information

#856AC2 (or 0x856AC2) is unknown color: approx True V. HEX triplet: 85, 6A and C2. RGB value is (133,106,194). Sum of RGB (Red+Green+Blue) = 133+106+194=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #856AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856AC2 is #7A953D. Grayscale: #7B7B7B. Windows color (decimal): -8033598 or 12741253. OLE color: 12741253.

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

Color convert

RGB133106194-
CMYK0.310.4500.24
HSL258.41º41.9%58.82%-
HSV(B)258.41º45.36%76.08%-
XYZ24.5619.1953.45-
YUV124.1167.45134.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 194 (76.17% from 255) = 44.80%
R=30.72%
G=24.48%
B=44.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331061940.310.4500.24258.4141.958.82
Hex856AC21F2D0181022a3b
Octal20515230237550304025273
Binary1000010111010101100001011111101101011000100000010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,106,194); }

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

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

 a { background-color: rgb(133,106,194); }

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

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

 span { border-color: rgb(133,106,194); }

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