Html Css Color HEX #8869E1 Medium Purple

📋 copy color: '#8869E1'

red 136 ◦ green 105 ◦ blue 225

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

Shades of Medium Purple #8869E1

Tints of Medium Purple #8869E1

RGB

 RED value IS 136 (53.52% from 255) = 29.18%

 GREEN value IS 105 (41.41% from 255) = 22.53%

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 29.18%
G = 22.53%
B = 48.28%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8869E1 (or 0x8869E1) is known color: Medium Purple. HEX triplet: 88, 69 and E1. RGB value is (136,105,225). Sum of RGB (Red+Green+Blue) = 136+105+225=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #8869E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869E1 is #77961E. Grayscale: #7F7F7F. Windows color (decimal): -7837215 or 14772616. OLE color: 14772616.

HSL color Cylindrical-coordinate representation of color #8869E1: hue angle of 255.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8869E1 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 105 225 -
CMYK 0.40 0.53 0 0.12
HSL 255.5º 0.67% 0.65% -
HSV(B) 255.5º 0.53% 0.88% -
XYZ 28.8 20.77 73.73 -
YUV 127.95 182.77 133.74 -
System Red Green Blue C M Y K H S L
Decimal 136 105 225 0.40 0.53 0 0.12 255.5 0.67 0.65
Hex 88 69 E1 28 35 0 C 100 43 41
Octal 210 151 341 50 65 0 14 400 103 101
Binary 10001000 1101001 11100001 101000 110101 0 1100 100000000 1000011 1000001

Color Harmonies of #8869E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8869E1

Black with #8869E1

Text Example


Text Example

White with #8869E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8869E1; }

 p { color: rgb(136,105,225); }

 H1.HeaderClassName
 {
   color: #8869E1;
 }
 .AnyTagClassName
 {
   color: #8869E1;
 }
</style>

background-color css

<style>
 a { background-color: #8869E1; }

 a { background-color: rgb(136,105,225); }

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

border-color css

<style>
 span { border-color: #8869E1; }

 span { border-color: rgb(136,105,225); }

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