Html Css Color HEX #866FDA Medium Purple

📋 copy color: '#866FDA'

red 134 ◦ green 111 ◦ blue 218

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

Shades of Medium Purple #866FDA

Tints of Medium Purple #866FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 28.94%
G = 23.97%
B = 47.08%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#866FDA (or 0x866FDA) is known color: Medium Purple. HEX triplet: 86, 6F and DA. RGB value is (134,111,218). Sum of RGB (Red+Green+Blue) = 134+111+218=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #866FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FDA is #799025. Grayscale: #818181. Windows color (decimal): -7966758 or 14315398. OLE color: 14315398.

HSL color Cylindrical-coordinate representation of color #866FDA: hue angle of 252.9º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #866FDA is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 111 218 -
CMYK 0.39 0.49 0 0.15
HSL 252.9º 0.59% 0.65% -
HSV(B) 252.9º 0.49% 0.85% -
XYZ 28.17 21.5 68.99 -
YUV 130.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 134 111 218 0.39 0.49 0 0.15 252.9 0.59 0.65
Hex 86 6F DA 27 31 0 F FD 3B 41
Octal 206 157 332 47 61 0 17 375 73 101
Binary 10000110 1101111 11011010 100111 110001 0 1111 11111101 111011 1000001

Color Harmonies of #866FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FDA

Black with #866FDA

Text Example


Text Example

White with #866FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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