#8A75E4

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

Shades of Medium Purple #8A75E4

Tints of Medium Purple #8A75E4

Color information

#8A75E4 (or 0x8A75E4) is unknown color: approx Medium Purple. HEX triplet: 8A, 75 and E4. RGB value is (138,117,228). Sum of RGB (Red+Green+Blue) = 138+117+228=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #8A75E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A75E4 is #758A1B. Grayscale: #878787. Windows color (decimal): -7703068 or 14972298. OLE color: 14972298.

HSL color Cylindrical-coordinate representation of color #8A75E4: hue angle of 251.35º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A75E4 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB138117228-
CMYK0.390.4900.11
HSL251.35º67.27%67.65%-
HSV(B)251.35º48.68%89.41%-
XYZ30.8523.7376.35-
YUV135.93179.96129.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.57%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=28.57%
G=24.22%
B=47.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1381172280.390.4900.11251.3567.2767.65
Hex8A75E427310Bfb4344
Octal2121653444761013373103104
Binary10001010111010111100100100111110001010111111101110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A75E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,117,228); }

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

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

 a { background-color: rgb(138,117,228); }

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

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

 span { border-color: rgb(138,117,228); }

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