Html Css Color HEX #8E66E4 Medium Purple

📋 copy color: '#8E66E4'

red 142 ◦ green 102 ◦ blue 228

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

Shades of Medium Purple #8E66E4

Tints of Medium Purple #8E66E4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.61%

 BLUE value IS 228 (89.45% from 255) = 48.31%

R = 30.08%
G = 21.61%
B = 48.31%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8E66E4 (or 0x8E66E4) is known color: Medium Purple. HEX triplet: 8E, 66 and E4. RGB value is (142,102,228). Sum of RGB (Red+Green+Blue) = 142+102+228=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 228 - color contains mainly: blue. Hex color #8E66E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E66E4 is #71991B. Grayscale: #7F7F7F. Windows color (decimal): -7444764 or 14968462. OLE color: 14968462.

HSL color Cylindrical-coordinate representation of color #8E66E4: hue angle of 259.05º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E66E4 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 142 102 228 -
CMYK 0.38 0.55 0 0.11
HSL 259.05º 0.7% 0.65% -
HSV(B) 259.05º 0.55% 0.89% -
XYZ 29.91 20.85 75.85 -
YUV 128.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 142 102 228 0.38 0.55 0 0.11 259.05 0.7 0.65
Hex 8E 66 E4 26 37 0 B 103 46 41
Octal 216 146 344 46 67 0 13 403 106 101
Binary 10001110 1100110 11100100 100110 110111 0 1011 100000011 1000110 1000001

Color Harmonies of #8E66E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E66E4

Black with #8E66E4

Text Example


Text Example

White with #8E66E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,102,228); }

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

background-color css

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

 a { background-color: rgb(142,102,228); }

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

border-color css

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

 span { border-color: rgb(142,102,228); }

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