#8c79ea

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

Shades of Medium Purple #8C79EA

Tints of Medium Purple #8C79EA

Color information

#8C79EA (or 0x8C79EA) is unknown color: approx Medium Purple. HEX triplet: 8C, 79 and EA. RGB value is (140,121,234). Sum of RGB (Red+Green+Blue) = 140+121+234=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C79EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C79EA is #738615. Grayscale: #8B8B8B. Windows color (decimal): -7570966 or 15366540. OLE color: 15366540.

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

Color convert

RGB140121234-
CMYK0.400.4800.08
HSL250.09º72.9%69.61%-
HSV(B)250.09º48.29%91.76%-
XYZ32.525.1980.99-
YUV139.56181.29128.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 121 (47.66% from 255) = 24.44%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=28.28%
G=24.44%
B=47.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401212340.400.4800.08250.0972.969.61
Hex8C79EA283008fa4946
Octal2141713525060010372111106
Binary10001100111100111101010101000110000010001111101010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c79ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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