Html Css Color HEX #8E79DD Medium Purple

📋 copy color: '#8E79DD'

red 142 ◦ green 121 ◦ blue 221

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

Shades of Medium Purple #8E79DD

Tints of Medium Purple #8E79DD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25%

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 29.34%
G = 25%
B = 45.66%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E79DD (or 0x8E79DD) is known color: Medium Purple. HEX triplet: 8E, 79 and DD. RGB value is (142,121,221). Sum of RGB (Red+Green+Blue) = 142+121+221=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E79DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E79DD is #718622. Grayscale: #8A8A8A. Windows color (decimal): -7439907 or 14514574. OLE color: 14514574.

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

Color convert

RGB 142 121 221 -
CMYK 0.36 0.45 0 0.13
HSL 252.6º 0.6% 0.67% -
HSV(B) 252.6º 0.45% 0.87% -
XYZ 31.04 24.65 71.53 -
YUV 138.68 174.46 130.37 -
System Red Green Blue C M Y K H S L
Decimal 142 121 221 0.36 0.45 0 0.13 252.6 0.6 0.67
Hex 8E 79 DD 24 2D 0 D FD 3C 43
Octal 216 171 335 44 55 0 15 375 74 103
Binary 10001110 1111001 11011101 100100 101101 0 1101 11111101 111100 1000011

Color Harmonies of #8E79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E79DD

Black with #8E79DD

Text Example


Text Example

White with #8E79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,121,221); }

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

background-color css

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

 a { background-color: rgb(142,121,221); }

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

border-color css

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

 span { border-color: rgb(142,121,221); }

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