Html Css Color HEX #866EC1 True V

📋 copy color: '#866EC1'

red 134 ◦ green 110 ◦ blue 193

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

Shades of True V #866EC1

Tints of True V #866EC1

RGB

 RED value IS 134 (52.73% from 255) = 30.66%

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

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

R = 30.66%
G = 25.17%
B = 44.16%

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

#866EC1 (or 0x866EC1) is known color: True V. HEX triplet: 86, 6E and C1. RGB value is (134,110,193). Sum of RGB (Red+Green+Blue) = 134+110+193=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #866EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EC1 is #79913E. Grayscale: #7E7E7E. Windows color (decimal): -7967039 or 12676742. OLE color: 12676742.

HSL color Cylindrical-coordinate representation of color #866EC1: hue angle of 257.35º 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 #866EC1 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 110 193 -
CMYK 0.31 0.43 0 0.24
HSL 257.35º 0.4% 0.59% -
HSV(B) 257.35º 0.43% 0.76% -
XYZ 25.03 20.07 53.01 -
YUV 126.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 134 110 193 0.31 0.43 0 0.24 257.35 0.4 0.59
Hex 86 6E C1 1F 2B 0 18 101 28 3B
Octal 206 156 301 37 53 0 30 401 50 73
Binary 10000110 1101110 11000001 11111 101011 0 11000 100000001 101000 111011

Color Harmonies of #866EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866EC1

Black with #866EC1

Text Example


Text Example

White with #866EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #866EC1;
 }
 .AnyTagClassName
 {
   color: #866EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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