Html Css Color HEX #8B5EBE Lilac Bush

📋 copy color: '#8B5EBE'

red 139 ◦ green 94 ◦ blue 190

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

Shades of Lilac Bush #8B5EBE

Tints of Lilac Bush #8B5EBE

RGB

 RED value IS 139 (54.69% from 255) = 32.86%

 GREEN value IS 94 (37.11% from 255) = 22.22%

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 32.86%
G = 22.22%
B = 44.92%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B5EBE (or 0x8B5EBE) is known color: Lilac Bush. HEX triplet: 8B, 5E and BE. RGB value is (139,94,190). Sum of RGB (Red+Green+Blue) = 139+94+190=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5EBE is #74A141. Grayscale: #767676. Windows color (decimal): -7643458 or 12476043. OLE color: 12476043.

HSL color Cylindrical-coordinate representation of color #8B5EBE: hue angle of 268.12º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5EBE is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 94 190 -
CMYK 0.27 0.51 0 0.25
HSL 268.13º 0.42% 0.56% -
HSV(B) 268.13º 0.51% 0.75% -
XYZ 23.94 17.21 50.78 -
YUV 118.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 139 94 190 0.27 0.51 0 0.25 268.13 0.42 0.56
Hex 8B 5E BE 1B 33 0 19 10C 2A 38
Octal 213 136 276 33 63 0 31 414 52 70
Binary 10001011 1011110 10111110 11011 110011 0 11001 100001100 101010 111000

Color Harmonies of #8B5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5EBE

Black with #8B5EBE

Text Example


Text Example

White with #8B5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,94,190); }

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

background-color css

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

 a { background-color: rgb(139,94,190); }

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

border-color css

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

 span { border-color: rgb(139,94,190); }

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