Html Css Color HEX #8760C0 Lilac Bush

📋 copy color: '#8760C0'

red 135 ◦ green 96 ◦ blue 192

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

Shades of Lilac Bush #8760C0

Tints of Lilac Bush #8760C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 31.91%
G = 22.7%
B = 45.39%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8760C0 (or 0x8760C0) is known color: Lilac Bush. HEX triplet: 87, 60 and C0. RGB value is (135,96,192). Sum of RGB (Red+Green+Blue) = 135+96+192=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #8760C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760C0 is #789F3F. Grayscale: #767676. Windows color (decimal): -7905088 or 12607623. OLE color: 12607623.

HSL color Cylindrical-coordinate representation of color #8760C0: hue angle of 264.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8760C0 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 96 192 -
CMYK 0.30 0.50 0 0.25
HSL 264.38º 0.43% 0.56% -
HSV(B) 264.38º 0.5% 0.75% -
XYZ 23.69 17.32 51.96 -
YUV 118.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 135 96 192 0.30 0.50 0 0.25 264.38 0.43 0.56
Hex 87 60 C0 1E 32 0 19 108 2B 38
Octal 207 140 300 36 62 0 31 410 53 70
Binary 10000111 1100000 11000000 11110 110010 0 11001 100001000 101011 111000

Color Harmonies of #8760C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8760C0

Black with #8760C0

Text Example


Text Example

White with #8760C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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