Html Css Color HEX #866ADE Medium Purple

📋 copy color: '#866ADE'

red 134 ◦ green 106 ◦ blue 222

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

Shades of Medium Purple #866ADE

Tints of Medium Purple #866ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 29%
G = 22.94%
B = 48.05%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#866ADE (or 0x866ADE) is known color: Medium Purple. HEX triplet: 86, 6A and DE. RGB value is (134,106,222). Sum of RGB (Red+Green+Blue) = 134+106+222=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #866ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ADE is #799521. Grayscale: #7F7F7F. Windows color (decimal): -7968034 or 14576262. OLE color: 14576262.

HSL color Cylindrical-coordinate representation of color #866ADE: hue angle of 254.48º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #866ADE is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 106 222 -
CMYK 0.40 0.52 0 0.13
HSL 254.48º 0.64% 0.64% -
HSV(B) 254.48º 0.52% 0.87% -
XYZ 28.17 20.65 71.61 -
YUV 127.6 181.28 132.57 -
System Red Green Blue C M Y K H S L
Decimal 134 106 222 0.40 0.52 0 0.13 254.48 0.64 0.64
Hex 86 6A DE 28 34 0 D FE 40 40
Octal 206 152 336 50 64 0 15 376 100 100
Binary 10000110 1101010 11011110 101000 110100 0 1101 11111110 1000000 1000000

Color Harmonies of #866ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866ADE

Black with #866ADE

Text Example


Text Example

White with #866ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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