#8D75E8

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

Shades of Medium Purple #8D75E8

Tints of Medium Purple #8D75E8

Color information

#8D75E8 (or 0x8D75E8) is unknown color: approx Medium Purple. HEX triplet: 8D, 75 and E8. RGB value is (141,117,232). Sum of RGB (Red+Green+Blue) = 141+117+232=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #8D75E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D75E8 is #728A17. Grayscale: #888888. Windows color (decimal): -7506456 or 15234445. OLE color: 15234445.

HSL color Cylindrical-coordinate representation of color #8D75E8: hue angle of 252.52º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D75E8 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141117232-
CMYK0.390.5000.09
HSL252.52º71.43%68.43%-
HSV(B)252.52º49.57%90.98%-
XYZ31.9124.2179.34-
YUV137.29181.45130.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.78%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 232 (91.02% from 255) = 47.35%
R=28.78%
G=23.88%
B=47.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1411172320.390.5000.09252.5271.4368.43
Hex8D75E8273209fd4744
Octal2151653504762011375107104
Binary10001101111010111101000100111110010010011111110110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D75E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D75E8; }

 p { color: rgb(141,117,232); }

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

<style>
 a { background-color: #8D75E8; }

 a { background-color: rgb(141,117,232); }

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

<style>
 span { border-color: #8D75E8; }

 span { border-color: rgb(141,117,232); }

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