Html Css Color HEX #8A6DB6 Lilac Bush

📋 copy color: '#8A6DB6'

red 138 ◦ green 109 ◦ blue 182

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

Shades of Lilac Bush #8A6DB6

Tints of Lilac Bush #8A6DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.41%

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

R = 32.17%
G = 25.41%
B = 42.42%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8A6DB6 (or 0x8A6DB6) is known color: Lilac Bush. HEX triplet: 8A, 6D and B6. RGB value is (138,109,182). Sum of RGB (Red+Green+Blue) = 138+109+182=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A6DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DB6 is #759249. Grayscale: #7D7D7D. Windows color (decimal): -7705162 or 11955594. OLE color: 11955594.

HSL color Cylindrical-coordinate representation of color #8A6DB6: hue angle of 263.84º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A6DB6 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 109 182 -
CMYK 0.24 0.40 0 0.29
HSL 263.84º 0.33% 0.57% -
HSV(B) 263.84º 0.4% 0.71% -
XYZ 24.39 19.72 46.78 -
YUV 125.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 138 109 182 0.24 0.40 0 0.29 263.84 0.33 0.57
Hex 8A 6D B6 18 28 0 1D 108 21 39
Octal 212 155 266 30 50 0 35 410 41 71
Binary 10001010 1101101 10110110 11000 101000 0 11101 100001000 100001 111001

Color Harmonies of #8A6DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6DB6

Black with #8A6DB6

Text Example


Text Example

White with #8A6DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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