#8975E5

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

Shades of Medium Purple #8975E5

Tints of Medium Purple #8975E5

Color information

#8975E5 (or 0x8975E5) is unknown color: approx Medium Purple. HEX triplet: 89, 75 and E5. RGB value is (137,117,229). Sum of RGB (Red+Green+Blue) = 137+117+229=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #8975E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975E5 is #768A1A. Grayscale: #878787. Windows color (decimal): -7768603 or 15037833. OLE color: 15037833.

HSL color Cylindrical-coordinate representation of color #8975E5: hue angle of 250.71º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8975E5 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB137117229-
CMYK0.400.4900.10
HSL250.71º68.29%67.84%-
HSV(B)250.71º48.91%89.8%-
XYZ30.8223.777.08-
YUV135.75180.63128.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.36%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 229 (89.84% from 255) = 47.41%
R=28.36%
G=24.22%
B=47.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1371172290.400.4900.10250.7168.2967.84
Hex8975E528310Afb4444
Octal2111653455061012373104104
Binary10001001111010111100101101000110001010101111101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8975E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8975E5; }

 p { color: rgb(137,117,229); }

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

<style>
 a { background-color: #8975E5; }

 a { background-color: rgb(137,117,229); }

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

<style>
 span { border-color: #8975E5; }

 span { border-color: rgb(137,117,229); }

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