Html Css Color HEX #8E69DF Medium Purple

📋 copy color: '#8E69DF'

red 142 ◦ green 105 ◦ blue 223

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

Shades of Medium Purple #8E69DF

Tints of Medium Purple #8E69DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 30.21%
G = 22.34%
B = 47.45%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E69DF (or 0x8E69DF) is known color: Medium Purple. HEX triplet: 8E, 69 and DF. RGB value is (142,105,223). Sum of RGB (Red+Green+Blue) = 142+105+223=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E69DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E69DF is #719620. Grayscale: #818181. Windows color (decimal): -7444001 or 14641550. OLE color: 14641550.

HSL color Cylindrical-coordinate representation of color #8E69DF: hue angle of 258.81º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E69DF is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 105 223 -
CMYK 0.36 0.53 0 0.13
HSL 258.81º 0.65% 0.64% -
HSV(B) 258.81º 0.53% 0.87% -
XYZ 29.53 21.18 72.34 -
YUV 129.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 142 105 223 0.36 0.53 0 0.13 258.81 0.65 0.64
Hex 8E 69 DF 24 35 0 D 103 41 40
Octal 216 151 337 44 65 0 15 403 101 100
Binary 10001110 1101001 11011111 100100 110101 0 1101 100000011 1000001 1000000

Color Harmonies of #8E69DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E69DF

Black with #8E69DF

Text Example


Text Example

White with #8E69DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,105,223); }

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

background-color css

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

 a { background-color: rgb(142,105,223); }

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

border-color css

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

 span { border-color: rgb(142,105,223); }

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