Html Css Color HEX #8A5EBD Lilac Bush

📋 copy color: '#8A5EBD'

red 138 ◦ green 94 ◦ blue 189

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

Shades of Lilac Bush #8A5EBD

Tints of Lilac Bush #8A5EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 32.78%
G = 22.33%
B = 44.89%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A5EBD (or 0x8A5EBD) is known color: Lilac Bush. HEX triplet: 8A, 5E and BD. RGB value is (138,94,189). Sum of RGB (Red+Green+Blue) = 138+94+189=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A5EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5EBD is #75A142. Grayscale: #757575. Windows color (decimal): -7708995 or 12410506. OLE color: 12410506.

HSL color Cylindrical-coordinate representation of color #8A5EBD: hue angle of 267.79º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A5EBD is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 94 189 -
CMYK 0.27 0.50 0 0.26
HSL 267.79º 0.42% 0.55% -
HSV(B) 267.79º 0.5% 0.74% -
XYZ 23.67 17.08 50.19 -
YUV 117.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 138 94 189 0.27 0.50 0 0.26 267.79 0.42 0.55
Hex 8A 5E BD 1B 32 0 1A 10C 2A 37
Octal 212 136 275 33 62 0 32 414 52 67
Binary 10001010 1011110 10111101 11011 110010 0 11010 100001100 101010 110111

Color Harmonies of #8A5EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5EBD

Black with #8A5EBD

Text Example


Text Example

White with #8A5EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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