#8667E0

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

Shades of Medium Purple #8667E0

Tints of Medium Purple #8667E0

Color information

#8667E0 (or 0x8667E0) is unknown color: approx Medium Purple. HEX triplet: 86, 67 and E0. RGB value is (134,103,224). Sum of RGB (Red+Green+Blue) = 134+103+224=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #8667E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8667E0 is #79981F. Grayscale: #7D7D7D. Windows color (decimal): -7968800 or 14706566. OLE color: 14706566.

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

Color convert

RGB134103224-
CMYK0.400.5400.12
HSL255.37º66.12%64.12%-
HSV(B)255.37º54.02%87.84%-
XYZ28.1420.1572.93-
YUV126.06183.27133.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.07%
GREEN value IS 103 (40.62% from 255) = 22.34%
BLUE value IS 224 (87.89% from 255) = 48.59%
R=29.07%
G=22.34%
B=48.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341032240.400.5400.12255.3766.1264.12
Hex8667E028360Cff4240
Octal2061473405066014377102100
Binary10000110110011111100000101000110110011001111111110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8667E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8667E0; }

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

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

<style>
 a { background-color: #8667E0; }

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

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

<style>
 span { border-color: #8667E0; }

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

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