#8A67D5

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

Shades of Medium Purple #8A67D5

Tints of Medium Purple #8A67D5

Color information

#8A67D5 (or 0x8A67D5) is unknown color: approx Medium Purple. HEX triplet: 8A, 67 and D5. RGB value is (138,103,213). Sum of RGB (Red+Green+Blue) = 138+103+213=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #8A67D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A67D5 is #75982A. Grayscale: #7D7D7D. Windows color (decimal): -7706667 or 13985674. OLE color: 13985674.

HSL color Cylindrical-coordinate representation of color #8A67D5: hue angle of 259.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A67D5 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB138103213-
CMYK0.350.5200.16
HSL259.09º56.7%61.96%-
HSV(B)259.09º51.64%83.53%-
XYZ27.3419.9165.35-
YUV126177.1136.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.40%
GREEN value IS 103 (40.62% from 255) = 22.69%
BLUE value IS 213 (83.59% from 255) = 46.92%
R=30.40%
G=22.69%
B=46.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1381032130.350.5200.16259.0956.761.96
Hex8A67D52334010103393e
Octal21214732543640204037176
Binary10001010110011111010101100011110100010000100000011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A67D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,103,213); }

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

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

 a { background-color: rgb(138,103,213); }

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

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

 span { border-color: rgb(138,103,213); }

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