Html Css Color HEX #8A5FBD Lilac Bush

📋 copy color: '#8A5FBD'

red 138 ◦ green 95 ◦ blue 189

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

Shades of Lilac Bush #8A5FBD

Tints of Lilac Bush #8A5FBD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.51%

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

R = 32.7%
G = 22.51%
B = 44.79%

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

#8A5FBD (or 0x8A5FBD) is known color: Lilac Bush. HEX triplet: 8A, 5F and BD. RGB value is (138,95,189). Sum of RGB (Red+Green+Blue) = 138+95+189=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A5FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5FBD is #75A042. Grayscale: #767676. Windows color (decimal): -7708739 or 12410762. OLE color: 12410762.

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

Color convert

RGB 138 95 189 -
CMYK 0.27 0.50 0 0.26
HSL 267.45º 0.42% 0.56% -
HSV(B) 267.45º 0.5% 0.74% -
XYZ 23.76 17.26 50.22 -
YUV 118.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 138 95 189 0.27 0.50 0 0.26 267.45 0.42 0.56
Hex 8A 5F BD 1B 32 0 1A 10B 2A 38
Octal 212 137 275 33 62 0 32 413 52 70
Binary 10001010 1011111 10111101 11011 110010 0 11010 100001011 101010 111000

Color Harmonies of #8A5FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5FBD

Black with #8A5FBD

Text Example


Text Example

White with #8A5FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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