Html Css Color HEX #8A6AB6 Lilac Bush

📋 copy color: '#8A6AB6'

red 138 ◦ green 106 ◦ blue 182

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

Shades of Lilac Bush #8A6AB6

Tints of Lilac Bush #8A6AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.72%

R = 32.39%
G = 24.88%
B = 42.72%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8A6AB6 (or 0x8A6AB6) is known color: Lilac Bush. HEX triplet: 8A, 6A and B6. RGB value is (138,106,182). Sum of RGB (Red+Green+Blue) = 138+106+182=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A6AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6AB6 is #759549. Grayscale: #7B7B7B. Windows color (decimal): -7705930 or 11954826. OLE color: 11954826.

HSL color Cylindrical-coordinate representation of color #8A6AB6: hue angle of 265.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A6AB6 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 106 182 -
CMYK 0.24 0.42 0 0.29
HSL 265.26º 0.34% 0.56% -
HSV(B) 265.26º 0.42% 0.71% -
XYZ 24.08 19.09 46.67 -
YUV 124.23 160.6 137.82 -
System Red Green Blue C M Y K H S L
Decimal 138 106 182 0.24 0.42 0 0.29 265.26 0.34 0.56
Hex 8A 6A B6 18 2A 0 1D 109 22 38
Octal 212 152 266 30 52 0 35 411 42 70
Binary 10001010 1101010 10110110 11000 101010 0 11101 100001001 100010 111000

Color Harmonies of #8A6AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6AB6

Black with #8A6AB6

Text Example


Text Example

White with #8A6AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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