Html Css Color HEX #856EC1 True V

📋 copy color: '#856EC1'

red 133 ◦ green 110 ◦ blue 193

#856EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #856EC1

Tints of True V #856EC1

RGB

 RED value IS 133 (52.34% from 255) = 30.5%

 GREEN value IS 110 (43.36% from 255) = 25.23%

 BLUE value IS 193 (75.78% from 255) = 44.27%

R = 30.5%
G = 25.23%
B = 44.27%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#856EC1 (or 0x856EC1) is known color: 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

RGB 133 110 193 -
CMYK 0.31 0.43 0 0.24
HSL 256.63º 0.4% 0.59% -
HSV(B) 256.63º 0.43% 0.76% -
XYZ 24.87 19.99 53 -
YUV 126.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 133 110 193 0.31 0.43 0 0.24 256.63 0.4 0.59
Hex 85 6E C1 1F 2B 0 18 101 28 3B
Octal 205 156 301 37 53 0 30 401 50 73
Binary 10000101 1101110 11000001 11111 101011 0 11000 100000001 101000 111011

Color Harmonies of #856EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EC1

Black with #856EC1

Text Example


Text Example

White with #856EC1

Text Example


Text Example

HTML Codes & Css Web 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>