#8A74E1

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

Shades of Medium Purple #8A74E1

Tints of Medium Purple #8A74E1

Color information

#8A74E1 (or 0x8A74E1) is unknown color: approx Medium Purple. HEX triplet: 8A, 74 and E1. RGB value is (138,116,225). Sum of RGB (Red+Green+Blue) = 138+116+225=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A74E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A74E1 is #758B1E. Grayscale: #868686. Windows color (decimal): -7703327 or 14775434. OLE color: 14775434.

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

Color convert

RGB138116225-
CMYK0.390.4800.12
HSL252.11º64.5%66.86%-
HSV(B)252.11º48.44%88.24%-
XYZ30.3223.3374.14-
YUV135178.79130.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.81%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 225 (88.28% from 255) = 46.97%
R=28.81%
G=24.22%
B=46.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1381162250.390.4800.12252.1164.566.86
Hex8A74E127300Cfc4043
Octal2121643414760014374100103
Binary10001010111010011100001100111110000011001111110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A74E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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