#8A6BD8

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

Shades of Medium Purple #8A6BD8

Tints of Medium Purple #8A6BD8

Color information

#8A6BD8 (or 0x8A6BD8) is unknown color: approx Medium Purple. HEX triplet: 8A, 6B and D8. RGB value is (138,107,216). Sum of RGB (Red+Green+Blue) = 138+107+216=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #8A6BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BD8 is #759427. Grayscale: #808080. Windows color (decimal): -7705640 or 14183306. OLE color: 14183306.

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

Color convert

RGB138107216-
CMYK0.360.5000.15
HSL257.06º58.29%63.33%-
HSV(B)257.06º50.46%84.71%-
XYZ28.1320.8867.51-
YUV128.7177.27134.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=29.93%
G=23.21%
B=46.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381072160.360.5000.15257.0658.2963.33
Hex8A6BD824320F1013a3f
Octal21215333044620174017277
Binary1000101011010111101100010010011001001111100000001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,107,216); }

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

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

 a { background-color: rgb(138,107,216); }

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

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

 span { border-color: rgb(138,107,216); }

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