Html Css Color HEX #866FD8 Medium Purple

📋 copy color: '#866FD8'

red 134 ◦ green 111 ◦ blue 216

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

Shades of Medium Purple #866FD8

Tints of Medium Purple #866FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.85%

R = 29.07%
G = 24.08%
B = 46.85%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#866FD8 (or 0x866FD8) is known color: Medium Purple. HEX triplet: 86, 6F and D8. RGB value is (134,111,216). Sum of RGB (Red+Green+Blue) = 134+111+216=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #866FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FD8 is #799027. Grayscale: #818181. Windows color (decimal): -7966760 or 14184326. OLE color: 14184326.

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

Color convert

RGB 134 111 216 -
CMYK 0.38 0.49 0 0.15
HSL 253.14º 0.57% 0.64% -
HSV(B) 253.14º 0.49% 0.85% -
XYZ 27.91 21.4 67.62 -
YUV 129.85 176.62 130.96 -
System Red Green Blue C M Y K H S L
Decimal 134 111 216 0.38 0.49 0 0.15 253.14 0.57 0.64
Hex 86 6F D8 26 31 0 F FD 39 40
Octal 206 157 330 46 61 0 17 375 71 100
Binary 10000110 1101111 11011000 100110 110001 0 1111 11111101 111001 1000000

Color Harmonies of #866FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FD8

Black with #866FD8

Text Example


Text Example

White with #866FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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