Html Css Color HEX #866FE2 Medium Purple

📋 copy color: '#866FE2'

red 134 ◦ green 111 ◦ blue 226

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

Shades of Medium Purple #866FE2

Tints of Medium Purple #866FE2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.57%

 BLUE value IS 226 (88.67% from 255) = 47.98%

R = 28.45%
G = 23.57%
B = 47.98%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#866FE2 (or 0x866FE2) is known color: Medium Purple. HEX triplet: 86, 6F and E2. RGB value is (134,111,226). Sum of RGB (Red+Green+Blue) = 134+111+226=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #866FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FE2 is #79901D. Grayscale: #828282. Windows color (decimal): -7966750 or 14839686. OLE color: 14839686.

HSL color Cylindrical-coordinate representation of color #866FE2: hue angle of 252º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #866FE2 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 111 226 -
CMYK 0.41 0.51 0 0.11
HSL 252º 0.66% 0.66% -
HSV(B) 252º 0.51% 0.89% -
XYZ 29.24 21.93 74.64 -
YUV 130.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 134 111 226 0.41 0.51 0 0.11 252 0.66 0.66
Hex 86 6F E2 29 33 0 B FC 42 42
Octal 206 157 342 51 63 0 13 374 102 102
Binary 10000110 1101111 11100010 101001 110011 0 1011 11111100 1000010 1000010

Color Harmonies of #866FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FE2

Black with #866FE2

Text Example


Text Example

White with #866FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,111,226); }

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

background-color css

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

 a { background-color: rgb(134,111,226); }

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

border-color css

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

 span { border-color: rgb(134,111,226); }

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