#8679e0

Color #8679E0 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8679E0

Tints of Medium Purple #8679E0

Color information

#8679E0 (or 0x8679E0) is unknown color: approx Medium Purple. HEX triplet: 86, 79 and E0. RGB value is (134,121,224). Sum of RGB (Red+Green+Blue) = 134+121+224=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #8679E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679E0 is #79861F. Grayscale: #888888. Windows color (decimal): -7964192 or 14711174. OLE color: 14711174.

HSL color Cylindrical-coordinate representation of color #8679E0: hue angle of 247.57º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8679E0 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134121224-
CMYK0.400.4600.12
HSL247.57º62.42%67.65%-
HSV(B)247.57º45.98%87.84%-
XYZ30.1224.1273.59-
YUV136.63177.31126.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=27.97%
G=25.26%
B=46.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341212240.400.4600.12247.5762.4267.65
Hex8679E0282E0Cf83e44
Octal206171340505601437076104
Binary1000011011110011110000010100010111001100111110001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8679e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8679e0; }

 p { color: rgb(134,121,224); }

 H1.HeaderClassName
 {
   color: #8679e0;
 }
 .AnyTagClassName
 {
   color: #8679e0;
 }
</style>
background-color css

<style>
 a { background-color: #8679e0; }

 a { background-color: rgb(134,121,224); }

 div.DivClassName
 {
   background-color: #8679e0;
 }
 .BgClassName
 {
   background-color: #8679e0;
 }
</style>
border-color css

<style>
 span { border-color: #8679e0; }

 span { border-color: rgb(134,121,224); }

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