Html Css Color HEX #8E7BDB Medium Purple

📋 copy color: '#8E7BDB'

red 142 ◦ green 123 ◦ blue 219

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

Shades of Medium Purple #8E7BDB

Tints of Medium Purple #8E7BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 29.34%
G = 25.41%
B = 45.25%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E7BDB (or 0x8E7BDB) is known color: Medium Purple. HEX triplet: 8E, 7B and DB. RGB value is (142,123,219). Sum of RGB (Red+Green+Blue) = 142+123+219=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E7BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7BDB is #718424. Grayscale: #8B8B8B. Windows color (decimal): -7439397 or 14384014. OLE color: 14384014.

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

Color convert

RGB 142 123 219 -
CMYK 0.35 0.44 0 0.14
HSL 251.88º 0.57% 0.67% -
HSV(B) 251.88º 0.44% 0.86% -
XYZ 31.02 25.03 70.21 -
YUV 139.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 142 123 219 0.35 0.44 0 0.14 251.88 0.57 0.67
Hex 8E 7B DB 23 2C 0 E FC 39 43
Octal 216 173 333 43 54 0 16 374 71 103
Binary 10001110 1111011 11011011 100011 101100 0 1110 11111100 111001 1000011

Color Harmonies of #8E7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7BDB

Black with #8E7BDB

Text Example


Text Example

White with #8E7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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