#8A6FDA

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

Shades of Medium Purple #8A6FDA

Tints of Medium Purple #8A6FDA

Color information

#8A6FDA (or 0x8A6FDA) is unknown color: approx Medium Purple. HEX triplet: 8A, 6F and DA. RGB value is (138,111,218). Sum of RGB (Red+Green+Blue) = 138+111+218=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A6FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FDA is #759025. Grayscale: #828282. Windows color (decimal): -7704614 or 14315402. OLE color: 14315402.

HSL color Cylindrical-coordinate representation of color #8A6FDA: hue angle of 255.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A6FDA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138111218-
CMYK0.370.4900.15
HSL255.14º59.12%64.51%-
HSV(B)255.14º49.08%85.49%-
XYZ28.8221.8369.03-
YUV131.27176.95132.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.55%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=29.55%
G=23.77%
B=46.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381112180.370.4900.15255.1459.1264.51
Hex8A6FDA25310Fff3b41
Octal212157332456101737773101
Binary1000101011011111101101010010111000101111111111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,111,218); }

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

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

 a { background-color: rgb(138,111,218); }

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

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

 span { border-color: rgb(138,111,218); }

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