Html Css Color HEX #8760BA Lilac Bush

📋 copy color: '#8760BA'

red 135 ◦ green 96 ◦ blue 186

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

Shades of Lilac Bush #8760BA

Tints of Lilac Bush #8760BA

RGB

 RED value IS 135 (53.13% from 255) = 32.37%

 GREEN value IS 96 (37.89% from 255) = 23.02%

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

R = 32.37%
G = 23.02%
B = 44.6%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8760BA (or 0x8760BA) is known color: Lilac Bush. HEX triplet: 87, 60 and BA. RGB value is (135,96,186). Sum of RGB (Red+Green+Blue) = 135+96+186=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #8760BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760BA is #789F45. Grayscale: #757575. Windows color (decimal): -7905094 or 12214407. OLE color: 12214407.

HSL color Cylindrical-coordinate representation of color #8760BA: hue angle of 266º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8760BA is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 96 186 -
CMYK 0.27 0.48 0 0.27
HSL 266º 0.39% 0.55% -
HSV(B) 266º 0.48% 0.73% -
XYZ 23.04 17.06 48.53 -
YUV 117.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 135 96 186 0.27 0.48 0 0.27 266 0.39 0.55
Hex 87 60 BA 1B 30 0 1B 10A 27 37
Octal 207 140 272 33 60 0 33 412 47 67
Binary 10000111 1100000 10111010 11011 110000 0 11011 100001010 100111 110111

Color Harmonies of #8760BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8760BA

Black with #8760BA

Text Example


Text Example

White with #8760BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8760BA; }

 p { color: rgb(135,96,186); }

 H1.HeaderClassName
 {
   color: #8760BA;
 }
 .AnyTagClassName
 {
   color: #8760BA;
 }
</style>

background-color css

<style>
 a { background-color: #8760BA; }

 a { background-color: rgb(135,96,186); }

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

border-color css

<style>
 span { border-color: #8760BA; }

 span { border-color: rgb(135,96,186); }

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