Html Css Color HEX #8B6BBD Lilac Bush

📋 copy color: '#8B6BBD'

red 139 ◦ green 107 ◦ blue 189

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

Shades of Lilac Bush #8B6BBD

Tints of Lilac Bush #8B6BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.6%

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

R = 31.95%
G = 24.6%
B = 43.45%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8B6BBD (or 0x8B6BBD) is known color: Lilac Bush. HEX triplet: 8B, 6B and BD. RGB value is (139,107,189). Sum of RGB (Red+Green+Blue) = 139+107+189=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B6BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6BBD is #749442. Grayscale: #7D7D7D. Windows color (decimal): -7640131 or 12413835. OLE color: 12413835.

HSL color Cylindrical-coordinate representation of color #8B6BBD: hue angle of 263.41º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B6BBD is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 107 189 -
CMYK 0.26 0.43 0 0.26
HSL 263.41º 0.38% 0.58% -
HSV(B) 263.41º 0.43% 0.74% -
XYZ 25.09 19.68 50.62 -
YUV 125.92 163.6 137.33 -
System Red Green Blue C M Y K H S L
Decimal 139 107 189 0.26 0.43 0 0.26 263.41 0.38 0.58
Hex 8B 6B BD 1A 2B 0 1A 107 26 3A
Octal 213 153 275 32 53 0 32 407 46 72
Binary 10001011 1101011 10111101 11010 101011 0 11010 100000111 100110 111010

Color Harmonies of #8B6BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6BBD

Black with #8B6BBD

Text Example


Text Example

White with #8B6BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,107,189); }

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

background-color css

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

 a { background-color: rgb(139,107,189); }

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

border-color css

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

 span { border-color: rgb(139,107,189); }

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