Html Css Color HEX #8C5EEB Medium Purple

📋 copy color: '#8C5EEB'

red 140 ◦ green 94 ◦ blue 235

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

Shades of Medium Purple #8C5EEB

Tints of Medium Purple #8C5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.04%

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 29.85%
G = 20.04%
B = 50.11%

CMYK

 C value IS 0.40

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C5EEB (or 0x8C5EEB) is known color: Medium Purple. HEX triplet: 8C, 5E and EB. RGB value is (140,94,235). Sum of RGB (Red+Green+Blue) = 140+94+235=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5EEB is #73A114. Grayscale: #7B7B7B. Windows color (decimal): -7577877 or 15425164. OLE color: 15425164.

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

Color convert

RGB 140 94 235 -
CMYK 0.40 0.6 0 0.08
HSL 259.57º 0.78% 0.65% -
HSV(B) 259.57º 0.6% 0.92% -
XYZ 29.81 19.58 80.81 -
YUV 123.83 190.74 139.54 -
System Red Green Blue C M Y K H S L
Decimal 140 94 235 0.40 0.6 0 0.08 259.57 0.78 0.65
Hex 8C 5E EB 28 3C 0 8 104 4E 41
Octal 214 136 353 50 74 0 10 404 116 101
Binary 10001100 1011110 11101011 101000 111100 0 1000 100000100 1001110 1000001

Color Harmonies of #8C5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5EEB

Black with #8C5EEB

Text Example


Text Example

White with #8C5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,94,235); }

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

background-color css

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

 a { background-color: rgb(140,94,235); }

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

border-color css

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

 span { border-color: rgb(140,94,235); }

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