Html Css Color HEX #8E50DB Amethyst

📋 copy color: '#8E50DB'

red 142 ◦ green 80 ◦ blue 219

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

Shades of Amethyst #8E50DB

Tints of Amethyst #8E50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.14%

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

R = 32.2%
G = 18.14%
B = 49.66%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E50DB (or 0x8E50DB) is known color: Amethyst. HEX triplet: 8E, 50 and DB. RGB value is (142,80,219). Sum of RGB (Red+Green+Blue) = 142+80+219=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E50DB is #71AF24. Grayscale: #717171. Windows color (decimal): -7450405 or 14373006. OLE color: 14373006.

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

Color convert

RGB 142 80 219 -
CMYK 0.35 0.63 0 0.14
HSL 266.76º 0.66% 0.59% -
HSV(B) 266.76º 0.63% 0.86% -
XYZ 26.81 16.6 68.81 -
YUV 114.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 142 80 219 0.35 0.63 0 0.14 266.76 0.66 0.59
Hex 8E 50 DB 23 3F 0 E 10B 42 3B
Octal 216 120 333 43 77 0 16 413 102 73
Binary 10001110 1010000 11011011 100011 111111 0 1110 100001011 1000010 111011

Color Harmonies of #8E50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E50DB

Black with #8E50DB

Text Example


Text Example

White with #8E50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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