Html Css Color HEX #8E55DB Amethyst

📋 copy color: '#8E55DB'

red 142 ◦ green 85 ◦ blue 219

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

Shades of Amethyst #8E55DB

Tints of Amethyst #8E55DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

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

R = 31.84%
G = 19.06%
B = 49.1%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E55DB (or 0x8E55DB) is known color: Amethyst. HEX triplet: 8E, 55 and DB. RGB value is (142,85,219). Sum of RGB (Red+Green+Blue) = 142+85+219=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E55DB is #71AA24. Grayscale: #747474. Windows color (decimal): -7449125 or 14374286. OLE color: 14374286.

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

Color convert

RGB 142 85 219 -
CMYK 0.35 0.61 0 0.14
HSL 265.52º 0.65% 0.6% -
HSV(B) 265.52º 0.61% 0.86% -
XYZ 27.19 17.36 68.94 -
YUV 117.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 142 85 219 0.35 0.61 0 0.14 265.52 0.65 0.6
Hex 8E 55 DB 23 3D 0 E 10A 41 3C
Octal 216 125 333 43 75 0 16 412 101 74
Binary 10001110 1010101 11011011 100011 111101 0 1110 100001010 1000001 111100

Color Harmonies of #8E55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E55DB

Black with #8E55DB

Text Example


Text Example

White with #8E55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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