Html Css Color HEX #8E6DBF Lilac Bush

📋 copy color: '#8E6DBF'

red 142 ◦ green 109 ◦ blue 191

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

Shades of Lilac Bush #8E6DBF

Tints of Lilac Bush #8E6DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.66%

 BLUE value IS 191 (75% from 255) = 43.21%

R = 32.13%
G = 24.66%
B = 43.21%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E6DBF (or 0x8E6DBF) is known color: Lilac Bush. HEX triplet: 8E, 6D and BF. RGB value is (142,109,191). Sum of RGB (Red+Green+Blue) = 142+109+191=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E6DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6DBF is #719240. Grayscale: #7F7F7F. Windows color (decimal): -7443009 or 12545422. OLE color: 12545422.

HSL color Cylindrical-coordinate representation of color #8E6DBF: hue angle of 264.15º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E6DBF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 109 191 -
CMYK 0.26 0.43 0 0.25
HSL 264.15º 0.39% 0.59% -
HSV(B) 264.15º 0.43% 0.75% -
XYZ 26.03 20.45 51.87 -
YUV 128.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 142 109 191 0.26 0.43 0 0.25 264.15 0.39 0.59
Hex 8E 6D BF 1A 2B 0 19 108 27 3B
Octal 216 155 277 32 53 0 31 410 47 73
Binary 10001110 1101101 10111111 11010 101011 0 11001 100001000 100111 111011

Color Harmonies of #8E6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6DBF

Black with #8E6DBF

Text Example


Text Example

White with #8E6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,109,191); }

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

background-color css

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

 a { background-color: rgb(142,109,191); }

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

border-color css

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

 span { border-color: rgb(142,109,191); }

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