Html Css Color HEX #866AE0 Medium Purple

📋 copy color: '#866AE0'

red 134 ◦ green 106 ◦ blue 224

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

Shades of Medium Purple #866AE0

Tints of Medium Purple #866AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.84%

 BLUE value IS 224 (87.89% from 255) = 48.28%

R = 28.88%
G = 22.84%
B = 48.28%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#866AE0 (or 0x866AE0) is known color: Medium Purple. HEX triplet: 86, 6A and E0. RGB value is (134,106,224). Sum of RGB (Red+Green+Blue) = 134+106+224=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #866AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866AE0 is #79951F. Grayscale: #7F7F7F. Windows color (decimal): -7968032 or 14707334. OLE color: 14707334.

HSL color Cylindrical-coordinate representation of color #866AE0: hue angle of 254.24º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #866AE0 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 106 224 -
CMYK 0.40 0.53 0 0.12
HSL 254.24º 0.66% 0.65% -
HSV(B) 254.24º 0.53% 0.88% -
XYZ 28.44 20.76 73.03 -
YUV 127.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 134 106 224 0.40 0.53 0 0.12 254.24 0.66 0.65
Hex 86 6A E0 28 35 0 C FE 42 41
Octal 206 152 340 50 65 0 14 376 102 101
Binary 10000110 1101010 11100000 101000 110101 0 1100 11111110 1000010 1000001

Color Harmonies of #866AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866AE0

Black with #866AE0

Text Example


Text Example

White with #866AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,106,224); }

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

background-color css

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

 a { background-color: rgb(134,106,224); }

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

border-color css

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

 span { border-color: rgb(134,106,224); }

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