Html Css Color HEX #8C55EA Medium Purple

📋 copy color: '#8C55EA'

red 140 ◦ green 85 ◦ blue 234

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

Shades of Medium Purple #8C55EA

Tints of Medium Purple #8C55EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

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

R = 30.5%
G = 18.52%
B = 50.98%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C55EA (or 0x8C55EA) is known color: Medium Purple. HEX triplet: 8C, 55 and EA. RGB value is (140,85,234). Sum of RGB (Red+Green+Blue) = 140+85+234=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C55EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C55EA is #73AA15. Grayscale: #757575. Windows color (decimal): -7580182 or 15357324. OLE color: 15357324.

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

Color convert

RGB 140 85 234 -
CMYK 0.40 0.64 0 0.08
HSL 262.15º 0.78% 0.63% -
HSV(B) 262.15º 0.64% 0.92% -
XYZ 28.92 18.01 79.79 -
YUV 118.43 193.22 143.38 -
System Red Green Blue C M Y K H S L
Decimal 140 85 234 0.40 0.64 0 0.08 262.15 0.78 0.63
Hex 8C 55 EA 28 40 0 8 106 4E 3F
Octal 214 125 352 50 100 0 10 406 116 77
Binary 10001100 1010101 11101010 101000 1000000 0 1000 100000110 1001110 111111

Color Harmonies of #8C55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C55EA

Black with #8C55EA

Text Example


Text Example

White with #8C55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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