#8C51EA

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

Shades of Medium Purple #8C51EA

Tints of Medium Purple #8C51EA

Color information

#8C51EA (or 0x8C51EA) is unknown color: approx Medium Purple. HEX triplet: 8C, 51 and EA. RGB value is (140,81,234). Sum of RGB (Red+Green+Blue) = 140+81+234=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C51EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C51EA is #73AE15. Grayscale: #737373. Windows color (decimal): -7581206 or 15356300. OLE color: 15356300.

HSL color Cylindrical-coordinate representation of color #8C51EA: hue angle of 263.14º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C51EA is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14081234-
CMYK0.400.6500.08
HSL263.14º78.46%61.76%-
HSV(B)263.14º65.38%91.76%-
XYZ28.6117.479.69-
YUV116.08194.55145.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 81 (32.03% from 255) = 17.80%
BLUE value IS 234 (91.80% from 255) = 51.43%
R=30.77%
G=17.80%
B=51.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal140812340.400.6500.08263.1478.4661.76
Hex8C51EA2841081074e3e
Octal2141213525010101040711676
Binary100011001010001111010101010001000001010001000001111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C51EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,81,234); }

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

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

 a { background-color: rgb(140,81,234); }

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

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

 span { border-color: rgb(140,81,234); }

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