#8A6CE1

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

Shades of Medium Purple #8A6CE1

Tints of Medium Purple #8A6CE1

Color information

#8A6CE1 (or 0x8A6CE1) is unknown color: approx Medium Purple. HEX triplet: 8A, 6C and E1. RGB value is (138,108,225). Sum of RGB (Red+Green+Blue) = 138+108+225=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A6CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CE1 is #75931E. Grayscale: #818181. Windows color (decimal): -7705375 or 14773386. OLE color: 14773386.

HSL color Cylindrical-coordinate representation of color #8A6CE1: hue angle of 255.38º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A6CE1 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB138108225-
CMYK0.390.5200.12
HSL255.38º66.1%65.29%-
HSV(B)255.38º52%88.24%-
XYZ29.4321.5673.85-
YUV130.31181.44133.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 225 (88.28% from 255) = 47.77%
R=29.30%
G=22.93%
B=47.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1381082250.390.5200.12255.3866.165.29
Hex8A6CE127340Cff4241
Octal2121543414764014377102101
Binary10001010110110011100001100111110100011001111111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,108,225); }

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

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

 a { background-color: rgb(138,108,225); }

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

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

 span { border-color: rgb(138,108,225); }

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