Html Css Color HEX #8761C0 Lilac Bush

📋 copy color: '#8761C0'

red 135 ◦ green 97 ◦ blue 192

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

Shades of Lilac Bush #8761C0

Tints of Lilac Bush #8761C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.88%

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

R = 31.84%
G = 22.88%
B = 45.28%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8761C0 (or 0x8761C0) is known color: Lilac Bush. HEX triplet: 87, 61 and C0. RGB value is (135,97,192). Sum of RGB (Red+Green+Blue) = 135+97+192=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #8761C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8761C0 is #789E3F. Grayscale: #767676. Windows color (decimal): -7904832 or 12607879. OLE color: 12607879.

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

Color convert

RGB 135 97 192 -
CMYK 0.30 0.49 0 0.25
HSL 264º 0.43% 0.57% -
HSV(B) 264º 0.49% 0.75% -
XYZ 23.78 17.51 51.99 -
YUV 119.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 135 97 192 0.30 0.49 0 0.25 264 0.43 0.57
Hex 87 61 C0 1E 31 0 19 108 2B 39
Octal 207 141 300 36 61 0 31 410 53 71
Binary 10000111 1100001 11000000 11110 110001 0 11001 100001000 101011 111001

Color Harmonies of #8761C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8761C0

Black with #8761C0

Text Example


Text Example

White with #8761C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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