Html Css Color HEX #8E64EB Medium Purple

📋 copy color: '#8E64EB'

red 142 ◦ green 100 ◦ blue 235

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

Shades of Medium Purple #8E64EB

Tints of Medium Purple #8E64EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.96%

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

R = 29.77%
G = 20.96%
B = 49.27%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E64EB (or 0x8E64EB) is known color: Medium Purple. HEX triplet: 8E, 64 and EB. RGB value is (142,100,235). Sum of RGB (Red+Green+Blue) = 142+100+235=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E64EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E64EB is #719B14. Grayscale: #7F7F7F. Windows color (decimal): -7445269 or 15426702. OLE color: 15426702.

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

Color convert

RGB 142 100 235 -
CMYK 0.40 0.57 0 0.08
HSL 258.67º 0.77% 0.66% -
HSV(B) 258.67º 0.57% 0.92% -
XYZ 30.71 20.86 81.01 -
YUV 127.95 188.41 138.02 -
System Red Green Blue C M Y K H S L
Decimal 142 100 235 0.40 0.57 0 0.08 258.67 0.77 0.66
Hex 8E 64 EB 28 39 0 8 103 4D 42
Octal 216 144 353 50 71 0 10 403 115 102
Binary 10001110 1100100 11101011 101000 111001 0 1000 100000011 1001101 1000010

Color Harmonies of #8E64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E64EB

Black with #8E64EB

Text Example


Text Example

White with #8E64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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