#8A6ADD

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

Shades of Medium Purple #8A6ADD

Tints of Medium Purple #8A6ADD

Color information

#8A6ADD (or 0x8A6ADD) is unknown color: approx Medium Purple. HEX triplet: 8A, 6A and DD. RGB value is (138,106,221). Sum of RGB (Red+Green+Blue) = 138+106+221=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A6ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6ADD is #759522. Grayscale: #808080. Windows color (decimal): -7705891 or 14510730. OLE color: 14510730.

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

Color convert

RGB138106221-
CMYK0.380.5200.13
HSL256.7º62.84%64.12%-
HSV(B)256.7º52.04%86.67%-
XYZ28.6920.9370.93-
YUV128.68180.1134.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 221 (86.72% from 255) = 47.53%
R=29.68%
G=22.80%
B=47.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381062210.380.5200.13256.762.8464.12
Hex8A6ADD26340D1013f40
Octal212152335466401540177100
Binary10001010110101011011101100110110100011011000000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,106,221); }

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

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

 a { background-color: rgb(138,106,221); }

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

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

 span { border-color: rgb(138,106,221); }

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