Html Css Color HEX #8C56EA Medium Purple

📋 copy color: '#8C56EA'

red 140 ◦ green 86 ◦ blue 234

#8C56EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #8C56EA

Tints of Medium Purple #8C56EA

RGB

 RED value IS 140 (55.08% from 255) = 30.43%

 GREEN value IS 86 (33.98% from 255) = 18.7%

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 30.43%
G = 18.7%
B = 50.87%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C56EA (or 0x8C56EA) is known color: Medium Purple. HEX triplet: 8C, 56 and EA. RGB value is (140,86,234). Sum of RGB (Red+Green+Blue) = 140+86+234=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C56EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C56EA is #73A915. Grayscale: #767676. Windows color (decimal): -7579926 or 15357580. OLE color: 15357580.

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

Color convert

RGB 140 86 234 -
CMYK 0.40 0.63 0 0.08
HSL 261.89º 0.78% 0.63% -
HSV(B) 261.89º 0.63% 0.92% -
XYZ 28.99 18.17 79.82 -
YUV 119.02 192.89 142.97 -
System Red Green Blue C M Y K H S L
Decimal 140 86 234 0.40 0.63 0 0.08 261.89 0.78 0.63
Hex 8C 56 EA 28 3F 0 8 106 4E 3F
Octal 214 126 352 50 77 0 10 406 116 77
Binary 10001100 1010110 11101010 101000 111111 0 1000 100000110 1001110 111111

Color Harmonies of #8C56EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C56EA

Black with #8C56EA

Text Example


Text Example

White with #8C56EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C56EA;
 }
 .AnyTagClassName
 {
   color: #8C56EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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