Html Css Color HEX #866FDE Medium Purple

📋 copy color: '#866FDE'

red 134 ◦ green 111 ◦ blue 222

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

Shades of Medium Purple #866FDE

Tints of Medium Purple #866FDE

RGB

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

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

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

R = 28.69%
G = 23.77%
B = 47.54%

CMYK

 C value IS 0.40

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#866FDE (or 0x866FDE) is known color: Medium Purple. HEX triplet: 86, 6F and DE. RGB value is (134,111,222). Sum of RGB (Red+Green+Blue) = 134+111+222=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #866FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FDE is #799021. Grayscale: #828282. Windows color (decimal): -7966754 or 14577542. OLE color: 14577542.

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

Color convert

RGB 134 111 222 -
CMYK 0.40 0.5 0 0.13
HSL 252.43º 0.63% 0.65% -
HSV(B) 252.43º 0.5% 0.87% -
XYZ 28.7 21.71 71.79 -
YUV 130.53 179.62 130.47 -
System Red Green Blue C M Y K H S L
Decimal 134 111 222 0.40 0.5 0 0.13 252.43 0.63 0.65
Hex 86 6F DE 28 32 0 D FC 3F 41
Octal 206 157 336 50 62 0 15 374 77 101
Binary 10000110 1101111 11011110 101000 110010 0 1101 11111100 111111 1000001

Color Harmonies of #866FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FDE

Black with #866FDE

Text Example


Text Example

White with #866FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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