Html Css Color HEX #8E53BB Deep Lilac

📋 copy color: '#8E53BB'

red 142 ◦ green 83 ◦ blue 187

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

Shades of Deep Lilac #8E53BB

Tints of Deep Lilac #8E53BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 34.47%
G = 20.15%
B = 45.39%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E53BB (or 0x8E53BB) is known color: Deep Lilac. HEX triplet: 8E, 53 and BB. RGB value is (142,83,187). Sum of RGB (Red+Green+Blue) = 142+83+187=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E53BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E53BB is #71AC44. Grayscale: #707070. Windows color (decimal): -7449669 or 12276622. OLE color: 12276622.

HSL color Cylindrical-coordinate representation of color #8E53BB: hue angle of 274.04º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E53BB is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 83 187 -
CMYK 0.24 0.56 0 0.27
HSL 274.04º 0.43% 0.53% -
HSV(B) 274.04º 0.56% 0.73% -
XYZ 23.22 15.53 48.79 -
YUV 112.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 142 83 187 0.24 0.56 0 0.27 274.04 0.43 0.53
Hex 8E 53 BB 18 38 0 1B 112 2B 35
Octal 216 123 273 30 70 0 33 422 53 65
Binary 10001110 1010011 10111011 11000 111000 0 11011 100010010 101011 110101

Color Harmonies of #8E53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E53BB

Black with #8E53BB

Text Example


Text Example

White with #8E53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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