#8669E1

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

Shades of Medium Purple #8669E1

Tints of Medium Purple #8669E1

Color information

#8669E1 (or 0x8669E1) is unknown color: approx Medium Purple. HEX triplet: 86, 69 and E1. RGB value is (134,105,225). Sum of RGB (Red+Green+Blue) = 134+105+225=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #8669E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669E1 is #79961E. Grayscale: #7E7E7E. Windows color (decimal): -7968287 or 14772614. OLE color: 14772614.

HSL color Cylindrical-coordinate representation of color #8669E1: hue angle of 254.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8669E1 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134105225-
CMYK0.400.5300.12
HSL254.5º66.67%64.71%-
HSV(B)254.5º53.33%88.24%-
XYZ28.4720.6173.71-
YUV127.35183.11132.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 225 (88.28% from 255) = 48.49%
R=28.88%
G=22.63%
B=48.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341052250.400.5300.12254.566.6764.71
Hex8669E128350Cfe4341
Octal2061513415065014376103101
Binary10000110110100111100001101000110101011001111111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8669E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8669E1; }

 p { color: rgb(134,105,225); }

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

<style>
 a { background-color: #8669E1; }

 a { background-color: rgb(134,105,225); }

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

<style>
 span { border-color: #8669E1; }

 span { border-color: rgb(134,105,225); }

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