Html Css Color HEX #8E7BDA Medium Purple

📋 copy color: '#8E7BDA'

red 142 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #8E7BDA

Tints of Medium Purple #8E7BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.47%

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 29.4%
G = 25.47%
B = 45.13%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8E7BDA (or 0x8E7BDA) is known color: Medium Purple. HEX triplet: 8E, 7B and DA. RGB value is (142,123,218). Sum of RGB (Red+Green+Blue) = 142+123+218=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7BDA is #718425. Grayscale: #8B8B8B. Windows color (decimal): -7439398 or 14318478. OLE color: 14318478.

HSL color Cylindrical-coordinate representation of color #8E7BDA: hue angle of 252º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E7BDA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 123 218 -
CMYK 0.35 0.44 0 0.15
HSL 252º 0.56% 0.67% -
HSV(B) 252º 0.44% 0.85% -
XYZ 30.89 24.98 69.52 -
YUV 139.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 142 123 218 0.35 0.44 0 0.15 252 0.56 0.67
Hex 8E 7B DA 23 2C 0 F FC 38 43
Octal 216 173 332 43 54 0 17 374 70 103
Binary 10001110 1111011 11011010 100011 101100 0 1111 11111100 111000 1000011

Color Harmonies of #8E7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7BDA

Black with #8E7BDA

Text Example


Text Example

White with #8E7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,123,218); }

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

background-color css

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

 a { background-color: rgb(142,123,218); }

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

border-color css

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

 span { border-color: rgb(142,123,218); }

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