Html Css Color HEX #8E53DB Amethyst

📋 copy color: '#8E53DB'

red 142 ◦ green 83 ◦ blue 219

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

Shades of Amethyst #8E53DB

Tints of Amethyst #8E53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.69%

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

R = 31.98%
G = 18.69%
B = 49.32%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E53DB (or 0x8E53DB) is known color: Amethyst. HEX triplet: 8E, 53 and DB. RGB value is (142,83,219). Sum of RGB (Red+Green+Blue) = 142+83+219=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E53DB is #71AC24. Grayscale: #737373. Windows color (decimal): -7449637 or 14373774. OLE color: 14373774.

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

Color convert

RGB 142 83 219 -
CMYK 0.35 0.62 0 0.14
HSL 266.03º 0.65% 0.59% -
HSV(B) 266.03º 0.62% 0.86% -
XYZ 27.03 17.05 68.88 -
YUV 116.15 186.05 146.44 -
System Red Green Blue C M Y K H S L
Decimal 142 83 219 0.35 0.62 0 0.14 266.03 0.65 0.59
Hex 8E 53 DB 23 3E 0 E 10A 41 3B
Octal 216 123 333 43 76 0 16 412 101 73
Binary 10001110 1010011 11011011 100011 111110 0 1110 100001010 1000001 111011

Color Harmonies of #8E53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E53DB

Black with #8E53DB

Text Example


Text Example

White with #8E53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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