#8A6FDE

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

Shades of Medium Purple #8A6FDE

Tints of Medium Purple #8A6FDE

Color information

#8A6FDE (or 0x8A6FDE) is unknown color: approx Medium Purple. HEX triplet: 8A, 6F and DE. RGB value is (138,111,222). Sum of RGB (Red+Green+Blue) = 138+111+222=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A6FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FDE is #759021. Grayscale: #838383. Windows color (decimal): -7704610 or 14577546. OLE color: 14577546.

HSL color Cylindrical-coordinate representation of color #8A6FDE: hue angle of 254.59º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A6FDE is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138111222-
CMYK0.380.500.13
HSL254.59º62.71%65.29%-
HSV(B)254.59º50%87.06%-
XYZ29.3522.0571.82-
YUV131.73178.95132.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 222 (87.11% from 255) = 47.13%
R=29.30%
G=23.57%
B=47.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381112220.380.500.13254.5962.7165.29
Hex8A6FDE26320Dff3f41
Octal212157336466201537777101
Binary1000101011011111101111010011011001001101111111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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