Html Css Color HEX #8677DC Medium Purple

📋 copy color: '#8677DC'

red 134 ◦ green 119 ◦ blue 220

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

Shades of Medium Purple #8677DC

Tints of Medium Purple #8677DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.16%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 28.33%
G = 25.16%
B = 46.51%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8677DC (or 0x8677DC) is known color: Medium Purple. HEX triplet: 86, 77 and DC. RGB value is (134,119,220). Sum of RGB (Red+Green+Blue) = 134+119+220=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #8677DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677DC is #798823. Grayscale: #868686. Windows color (decimal): -7964708 or 14448518. OLE color: 14448518.

HSL color Cylindrical-coordinate representation of color #8677DC: hue angle of 248.91º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8677DC is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 119 220 -
CMYK 0.39 0.46 0 0.14
HSL 248.91º 0.59% 0.66% -
HSV(B) 248.91º 0.46% 0.86% -
XYZ 29.35 23.43 70.69 -
YUV 135 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 134 119 220 0.39 0.46 0 0.14 248.91 0.59 0.66
Hex 86 77 DC 27 2E 0 E F9 3B 42
Octal 206 167 334 47 56 0 16 371 73 102
Binary 10000110 1110111 11011100 100111 101110 0 1110 11111001 111011 1000010

Color Harmonies of #8677DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8677DC

Black with #8677DC

Text Example


Text Example

White with #8677DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8677DC; }

 p { color: rgb(134,119,220); }

 H1.HeaderClassName
 {
   color: #8677DC;
 }
 .AnyTagClassName
 {
   color: #8677DC;
 }
</style>

background-color css

<style>
 a { background-color: #8677DC; }

 a { background-color: rgb(134,119,220); }

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

border-color css

<style>
 span { border-color: #8677DC; }

 span { border-color: rgb(134,119,220); }

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