#8A69E8

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

Shades of Medium Purple #8A69E8

Tints of Medium Purple #8A69E8

Color information

#8A69E8 (or 0x8A69E8) is unknown color: approx Medium Purple. HEX triplet: 8A, 69 and E8. RGB value is (138,105,232). Sum of RGB (Red+Green+Blue) = 138+105+232=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A69E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A69E8 is #759617. Grayscale: #808080. Windows color (decimal): -7706136 or 15231370. OLE color: 15231370.

HSL color Cylindrical-coordinate representation of color #8A69E8: hue angle of 255.59º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A69E8 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB138105232-
CMYK0.410.5500.09
HSL255.59º73.41%66.08%-
HSV(B)255.59º54.74%90.98%-
XYZ30.121.3378.88-
YUV129.34185.93134.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.05%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 232 (91.02% from 255) = 48.84%
R=29.05%
G=22.11%
B=48.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1381052320.410.5500.09255.5973.4166.08
Hex8A69E82937091004942
Octal2121513505167011400111102
Binary100010101101001111010001010011101110100110000000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A69E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,105,232); }

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

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

 a { background-color: rgb(138,105,232); }

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

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

 span { border-color: rgb(138,105,232); }

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