#8965E4

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

Shades of Medium Purple #8965E4

Tints of Medium Purple #8965E4

Color information

#8965E4 (or 0x8965E4) is unknown color: approx Medium Purple. HEX triplet: 89, 65 and E4. RGB value is (137,101,228). Sum of RGB (Red+Green+Blue) = 137+101+228=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #8965E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965E4 is #769A1B. Grayscale: #7D7D7D. Windows color (decimal): -7772700 or 14968201. OLE color: 14968201.

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

Color convert

RGB137101228-
CMYK0.400.5600.11
HSL257.01º70.17%64.51%-
HSV(B)257.01º55.7%89.41%-
XYZ28.9720.2375.78-
YUV126.24185.43135.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.40%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 228 (89.45% from 255) = 48.93%
R=29.40%
G=21.67%
B=48.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1371012280.400.5600.11257.0170.1764.51
Hex8965E428380B1014641
Octal2111453445070013401106101
Binary100010011100101111001001010001110000101110000000110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8965E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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