Html Css Color HEX #8B6CB6 Lilac Bush

📋 copy color: '#8B6CB6'

red 139 ◦ green 108 ◦ blue 182

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

Shades of Lilac Bush #8B6CB6

Tints of Lilac Bush #8B6CB6

RGB

 RED value IS 139 (54.69% from 255) = 32.4%

 GREEN value IS 108 (42.58% from 255) = 25.17%

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

R = 32.4%
G = 25.17%
B = 42.42%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8B6CB6 (or 0x8B6CB6) is known color: Lilac Bush. HEX triplet: 8B, 6C and B6. RGB value is (139,108,182). Sum of RGB (Red+Green+Blue) = 139+108+182=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 108 (42.58% from 255 or 25.17% 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 #8B6CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6CB6 is #749349. Grayscale: #7D7D7D. Windows color (decimal): -7639882 or 11955339. OLE color: 11955339.

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

Color convert

RGB 139 108 182 -
CMYK 0.24 0.41 0 0.29
HSL 265.14º 0.34% 0.57% -
HSV(B) 265.14º 0.41% 0.71% -
XYZ 24.45 19.59 46.75 -
YUV 125.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 139 108 182 0.24 0.41 0 0.29 265.14 0.34 0.57
Hex 8B 6C B6 18 29 0 1D 109 22 39
Octal 213 154 266 30 51 0 35 411 42 71
Binary 10001011 1101100 10110110 11000 101001 0 11101 100001001 100010 111001

Color Harmonies of #8B6CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6CB6

Black with #8B6CB6

Text Example


Text Example

White with #8B6CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,108,182); }

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

background-color css

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

 a { background-color: rgb(139,108,182); }

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

border-color css

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

 span { border-color: rgb(139,108,182); }

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