Html Css Color HEX #8A5EBE Lilac Bush

📋 copy color: '#8A5EBE'

red 138 ◦ green 94 ◦ blue 190

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

Shades of Lilac Bush #8A5EBE

Tints of Lilac Bush #8A5EBE

RGB

 RED value IS 138 (54.3% from 255) = 32.7%

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

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

R = 32.7%
G = 22.27%
B = 45.02%

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

#8A5EBE (or 0x8A5EBE) is known color: Lilac Bush. HEX triplet: 8A, 5E and BE. RGB value is (138,94,190). Sum of RGB (Red+Green+Blue) = 138+94+190=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5EBE is #75A141. Grayscale: #757575. Windows color (decimal): -7708994 or 12476042. OLE color: 12476042.

HSL color Cylindrical-coordinate representation of color #8A5EBE: hue angle of 267.5º 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 #8A5EBE is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 94 190 -
CMYK 0.27 0.51 0 0.25
HSL 267.5º 0.42% 0.56% -
HSV(B) 267.5º 0.51% 0.75% -
XYZ 23.78 17.13 50.77 -
YUV 118.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 138 94 190 0.27 0.51 0 0.25 267.5 0.42 0.56
Hex 8A 5E BE 1B 33 0 19 10C 2A 38
Octal 212 136 276 33 63 0 31 414 52 70
Binary 10001010 1011110 10111110 11011 110011 0 11001 100001100 101010 111000

Color Harmonies of #8A5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5EBE

Black with #8A5EBE

Text Example


Text Example

White with #8A5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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