Html Css Color HEX #866DDE Medium Purple

📋 copy color: '#866DDE'

red 134 ◦ green 109 ◦ blue 222

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

Shades of Medium Purple #866DDE

Tints of Medium Purple #866DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.44%

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

R = 28.82%
G = 23.44%
B = 47.74%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#866DDE (or 0x866DDE) is known color: Medium Purple. HEX triplet: 86, 6D and DE. RGB value is (134,109,222). Sum of RGB (Red+Green+Blue) = 134+109+222=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #866DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DDE is #799221. Grayscale: #808080. Windows color (decimal): -7967266 or 14577030. OLE color: 14577030.

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

Color convert

RGB 134 109 222 -
CMYK 0.40 0.51 0 0.13
HSL 253.27º 0.63% 0.65% -
HSV(B) 253.27º 0.51% 0.87% -
XYZ 28.48 21.28 71.71 -
YUV 129.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 134 109 222 0.40 0.51 0 0.13 253.27 0.63 0.65
Hex 86 6D DE 28 33 0 D FD 3F 41
Octal 206 155 336 50 63 0 15 375 77 101
Binary 10000110 1101101 11011110 101000 110011 0 1101 11111101 111111 1000001

Color Harmonies of #866DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DDE

Black with #866DDE

Text Example


Text Example

White with #866DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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