Html Css Color HEX #866CD8 Medium Purple

📋 copy color: '#866CD8'

red 134 ◦ green 108 ◦ blue 216

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

Shades of Medium Purple #866CD8

Tints of Medium Purple #866CD8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.58%

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

R = 29.26%
G = 23.58%
B = 47.16%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#866CD8 (or 0x866CD8) is known color: Medium Purple. HEX triplet: 86, 6C and D8. RGB value is (134,108,216). Sum of RGB (Red+Green+Blue) = 134+108+216=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #866CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CD8 is #799327. Grayscale: #7F7F7F. Windows color (decimal): -7967528 or 14183558. OLE color: 14183558.

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

Color convert

RGB 134 108 216 -
CMYK 0.38 0.50 0 0.15
HSL 254.44º 0.58% 0.64% -
HSV(B) 254.44º 0.5% 0.85% -
XYZ 27.59 20.75 67.52 -
YUV 128.09 177.61 132.22 -
System Red Green Blue C M Y K H S L
Decimal 134 108 216 0.38 0.50 0 0.15 254.44 0.58 0.64
Hex 86 6C D8 26 32 0 F FE 3A 40
Octal 206 154 330 46 62 0 17 376 72 100
Binary 10000110 1101100 11011000 100110 110010 0 1111 11111110 111010 1000000

Color Harmonies of #866CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CD8

Black with #866CD8

Text Example


Text Example

White with #866CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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