Html Css Color HEX #8E65EB Medium Purple

📋 copy color: '#8E65EB'

red 142 ◦ green 101 ◦ blue 235

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

Shades of Medium Purple #8E65EB

Tints of Medium Purple #8E65EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.13%

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

R = 29.71%
G = 21.13%
B = 49.16%

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

#8E65EB (or 0x8E65EB) is known color: Medium Purple. HEX triplet: 8E, 65 and EB. RGB value is (142,101,235). Sum of RGB (Red+Green+Blue) = 142+101+235=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E65EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E65EB is #719A14. Grayscale: #808080. Windows color (decimal): -7445013 or 15426958. OLE color: 15426958.

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

Color convert

RGB 142 101 235 -
CMYK 0.40 0.57 0 0.08
HSL 258.36º 0.77% 0.66% -
HSV(B) 258.36º 0.57% 0.92% -
XYZ 30.8 21.06 81.04 -
YUV 128.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 142 101 235 0.40 0.57 0 0.08 258.36 0.77 0.66
Hex 8E 65 EB 28 39 0 8 102 4D 42
Octal 216 145 353 50 71 0 10 402 115 102
Binary 10001110 1100101 11101011 101000 111001 0 1000 100000010 1001101 1000010

Color Harmonies of #8E65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E65EB

Black with #8E65EB

Text Example


Text Example

White with #8E65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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