#8A72E2

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

Shades of Medium Purple #8A72E2

Tints of Medium Purple #8A72E2

Color information

#8A72E2 (or 0x8A72E2) is unknown color: approx Medium Purple. HEX triplet: 8A, 72 and E2. RGB value is (138,114,226). Sum of RGB (Red+Green+Blue) = 138+114+226=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #8A72E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A72E2 is #758D1D. Grayscale: #858585. Windows color (decimal): -7703838 or 14840458. OLE color: 14840458.

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

Color convert

RGB138114226-
CMYK0.390.5000.11
HSL252.86º65.88%66.67%-
HSV(B)252.86º49.56%88.63%-
XYZ30.2322.9374.78-
YUV133.94179.95130.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.87%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 226 (88.67% from 255) = 47.28%
R=28.87%
G=23.85%
B=47.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1381142260.390.5000.11252.8665.8866.67
Hex8A72E227320Bfd4243
Octal2121623424762013375102103
Binary10001010111001011100010100111110010010111111110110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A72E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,114,226); }

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

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

 a { background-color: rgb(138,114,226); }

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

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

 span { border-color: rgb(138,114,226); }

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