#8A75D7

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

Shades of Medium Purple #8A75D7

Tints of Medium Purple #8A75D7

Color information

#8A75D7 (or 0x8A75D7) is unknown color: approx Medium Purple. HEX triplet: 8A, 75 and D7. RGB value is (138,117,215). Sum of RGB (Red+Green+Blue) = 138+117+215=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #8A75D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A75D7 is #758A28. Grayscale: #868686. Windows color (decimal): -7703081 or 14120330. OLE color: 14120330.

HSL color Cylindrical-coordinate representation of color #8A75D7: hue angle of 252.86º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A75D7 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB138117215-
CMYK0.360.4600.16
HSL252.86º55.06%65.1%-
HSV(B)252.86º45.58%84.31%-
XYZ29.1123.0367.2-
YUV134.45173.46130.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.36%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 215 (84.38% from 255) = 45.74%
R=29.36%
G=24.89%
B=45.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1381172150.360.4600.16252.8655.0665.1
Hex8A75D7242E010fd3741
Octal212165327445602037567101
Binary10001010111010111010111100100101110010000111111011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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