#8c74e9

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

Shades of Medium Purple #8C74E9

Tints of Medium Purple #8C74E9

Color information

#8C74E9 (or 0x8C74E9) is unknown color: approx Medium Purple. HEX triplet: 8C, 74 and E9. RGB value is (140,116,233). Sum of RGB (Red+Green+Blue) = 140+116+233=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C74E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C74E9 is #738B16. Grayscale: #888888. Windows color (decimal): -7572247 or 15299724. OLE color: 15299724.

HSL color Cylindrical-coordinate representation of color #8C74E9: hue angle of 252.31º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C74E9 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB140116233-
CMYK0.400.5000.09
HSL252.31º72.67%68.43%-
HSV(B)252.31º50.21%91.37%-
XYZ31.7723.9580.04-
YUV136.51182.45130.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 233 (91.41% from 255) = 47.65%
R=28.63%
G=23.72%
B=47.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1401162330.400.5000.09252.3172.6768.43
Hex8C74E9283209fc4944
Octal2141643515062011374111104
Binary10001100111010011101001101000110010010011111110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c74e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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