Html Css Color HEX #8E58EB Medium Purple

📋 copy color: '#8E58EB'

red 142 ◦ green 88 ◦ blue 235

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

Shades of Medium Purple #8E58EB

Tints of Medium Purple #8E58EB

RGB

 RED value IS 142 (55.86% from 255) = 30.54%

 GREEN value IS 88 (34.77% from 255) = 18.92%

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

R = 30.54%
G = 18.92%
B = 50.54%

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

#8E58EB (or 0x8E58EB) is known color: Medium Purple. HEX triplet: 8E, 58 and EB. RGB value is (142,88,235). Sum of RGB (Red+Green+Blue) = 142+88+235=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E58EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E58EB is #71A714. Grayscale: #787878. Windows color (decimal): -7448341 or 15423630. OLE color: 15423630.

HSL color Cylindrical-coordinate representation of color #8E58EB: hue angle of 262.04º degrees, saturation: 0.79, 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 #8E58EB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 88 235 -
CMYK 0.40 0.63 0 0.08
HSL 262.04º 0.79% 0.63% -
HSV(B) 262.04º 0.63% 0.92% -
XYZ 29.64 18.73 80.65 -
YUV 120.9 192.39 143.05 -
System Red Green Blue C M Y K H S L
Decimal 142 88 235 0.40 0.63 0 0.08 262.04 0.79 0.63
Hex 8E 58 EB 28 3F 0 8 106 4F 3F
Octal 216 130 353 50 77 0 10 406 117 77
Binary 10001110 1011000 11101011 101000 111111 0 1000 100000110 1001111 111111

Color Harmonies of #8E58EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E58EB

Black with #8E58EB

Text Example


Text Example

White with #8E58EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,88,235); }

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

background-color css

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

 a { background-color: rgb(142,88,235); }

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

border-color css

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

 span { border-color: rgb(142,88,235); }

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