Html Css Color HEX #866CD7 Medium Purple

📋 copy color: '#866CD7'

red 134 ◦ green 108 ◦ blue 215

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

Shades of Medium Purple #866CD7

Tints of Medium Purple #866CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.05%

R = 29.32%
G = 23.63%
B = 47.05%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#866CD7 (or 0x866CD7) is known color: Medium Purple. HEX triplet: 86, 6C and D7. RGB value is (134,108,215). Sum of RGB (Red+Green+Blue) = 134+108+215=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #866CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CD7 is #799328. Grayscale: #7F7F7F. Windows color (decimal): -7967529 or 14118022. OLE color: 14118022.

HSL color Cylindrical-coordinate representation of color #866CD7: hue angle of 254.58º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #866CD7 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 108 215 -
CMYK 0.38 0.50 0 0.16
HSL 254.58º 0.57% 0.63% -
HSV(B) 254.58º 0.5% 0.84% -
XYZ 27.46 20.7 66.84 -
YUV 127.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 134 108 215 0.38 0.50 0 0.16 254.58 0.57 0.63
Hex 86 6C D7 26 32 0 10 FF 39 3F
Octal 206 154 327 46 62 0 20 377 71 77
Binary 10000110 1101100 11010111 100110 110010 0 10000 11111111 111001 111111

Color Harmonies of #866CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CD7

Black with #866CD7

Text Example


Text Example

White with #866CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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