Html Css Color HEX #8A6ABA Lilac Bush

📋 copy color: '#8A6ABA'

red 138 ◦ green 106 ◦ blue 186

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

Shades of Lilac Bush #8A6ABA

Tints of Lilac Bush #8A6ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.65%

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 32.09%
G = 24.65%
B = 43.26%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A6ABA (or 0x8A6ABA) is known color: Lilac Bush. HEX triplet: 8A, 6A and BA. RGB value is (138,106,186). Sum of RGB (Red+Green+Blue) = 138+106+186=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A6ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6ABA is #759545. Grayscale: #7C7C7C. Windows color (decimal): -7705926 or 12216970. OLE color: 12216970.

HSL color Cylindrical-coordinate representation of color #8A6ABA: hue angle of 264º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A6ABA is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 106 186 -
CMYK 0.26 0.43 0 0.27
HSL 264º 0.37% 0.57% -
HSV(B) 264º 0.43% 0.73% -
XYZ 24.5 19.26 48.88 -
YUV 124.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 138 106 186 0.26 0.43 0 0.27 264 0.37 0.57
Hex 8A 6A BA 1A 2B 0 1B 108 25 39
Octal 212 152 272 32 53 0 33 410 45 71
Binary 10001010 1101010 10111010 11010 101011 0 11011 100001000 100101 111001

Color Harmonies of #8A6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6ABA

Black with #8A6ABA

Text Example


Text Example

White with #8A6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,106,186); }

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

background-color css

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

 a { background-color: rgb(138,106,186); }

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

border-color css

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

 span { border-color: rgb(138,106,186); }

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