#8969E4

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

Shades of Medium Purple #8969E4

Tints of Medium Purple #8969E4

Color information

#8969E4 (or 0x8969E4) is unknown color: approx Medium Purple. HEX triplet: 89, 69 and E4. RGB value is (137,105,228). Sum of RGB (Red+Green+Blue) = 137+105+228=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #8969E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969E4 is #76961B. Grayscale: #808080. Windows color (decimal): -7771676 or 14969225. OLE color: 14969225.

HSL color Cylindrical-coordinate representation of color #8969E4: hue angle of 255.61º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8969E4 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB137105228-
CMYK0.400.5400.11
HSL255.61º69.49%65.29%-
HSV(B)255.61º53.95%89.41%-
XYZ29.3721.0275.91-
YUV128.59184.1134-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 228 (89.45% from 255) = 48.51%
R=29.15%
G=22.34%
B=48.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1371052280.400.5400.11255.6169.4965.29
Hex8969E428360B1004541
Octal2111513445066013400105101
Binary100010011101001111001001010001101100101110000000010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8969E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8969E4; }

 p { color: rgb(137,105,228); }

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

<style>
 a { background-color: #8969E4; }

 a { background-color: rgb(137,105,228); }

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

<style>
 span { border-color: #8969E4; }

 span { border-color: rgb(137,105,228); }

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