#8A6FD9

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

Shades of Medium Purple #8A6FD9

Tints of Medium Purple #8A6FD9

Color information

#8A6FD9 (or 0x8A6FD9) is unknown color: approx Medium Purple. HEX triplet: 8A, 6F and D9. RGB value is (138,111,217). Sum of RGB (Red+Green+Blue) = 138+111+217=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #8A6FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FD9 is #759026. Grayscale: #828282. Windows color (decimal): -7704615 or 14249866. OLE color: 14249866.

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

Color convert

RGB138111217-
CMYK0.360.4900.15
HSL255.28º58.24%64.31%-
HSV(B)255.28º48.85%85.1%-
XYZ28.6921.7868.34-
YUV131.16176.45132.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.61%
GREEN value IS 111 (43.75% from 255) = 23.82%
BLUE value IS 217 (85.16% from 255) = 46.57%
R=29.61%
G=23.82%
B=46.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381112170.360.4900.15255.2858.2464.31
Hex8A6FD924310Fff3a40
Octal212157331446101737772100
Binary1000101011011111101100110010011000101111111111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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