#8C74E4

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

Shades of Medium Purple #8C74E4

Tints of Medium Purple #8C74E4

Color information

#8C74E4 (or 0x8C74E4) is unknown color: approx Medium Purple. HEX triplet: 8C, 74 and E4. RGB value is (140,116,228). Sum of RGB (Red+Green+Blue) = 140+116+228=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #8C74E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C74E4 is #738B1B. Grayscale: #878787. Windows color (decimal): -7572252 or 14972044. OLE color: 14972044.

HSL color Cylindrical-coordinate representation of color #8C74E4: hue angle of 252.86º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C74E4 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB140116228-
CMYK0.390.4900.11
HSL252.86º67.47%67.45%-
HSV(B)252.86º49.12%89.41%-
XYZ31.0623.6776.33-
YUV135.94179.95130.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.93%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 228 (89.45% from 255) = 47.11%
R=28.93%
G=23.97%
B=47.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1401162280.390.4900.11252.8667.4767.45
Hex8C74E427310Bfd4343
Octal2141643444761013375103103
Binary10001100111010011100100100111110001010111111110110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C74E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,116,228); }

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

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

 a { background-color: rgb(140,116,228); }

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

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

 span { border-color: rgb(140,116,228); }

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