Html Css Color HEX #8C60BB Lilac Bush

📋 copy color: '#8C60BB'

red 140 ◦ green 96 ◦ blue 187

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

Shades of Lilac Bush #8C60BB

Tints of Lilac Bush #8C60BB

RGB

 RED value IS 140 (55.08% from 255) = 33.1%

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 33.1%
G = 22.7%
B = 44.21%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C60BB (or 0x8C60BB) is known color: Lilac Bush. HEX triplet: 8C, 60 and BB. RGB value is (140,96,187). Sum of RGB (Red+Green+Blue) = 140+96+187=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C60BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60BB is #739F44. Grayscale: #777777. Windows color (decimal): -7577413 or 12279948. OLE color: 12279948.

HSL color Cylindrical-coordinate representation of color #8C60BB: hue angle of 269.01º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C60BB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 96 187 -
CMYK 0.25 0.49 0 0.27
HSL 269.01º 0.4% 0.55% -
HSV(B) 269.01º 0.49% 0.73% -
XYZ 23.97 17.53 49.13 -
YUV 119.53 166.08 142.6 -
System Red Green Blue C M Y K H S L
Decimal 140 96 187 0.25 0.49 0 0.27 269.01 0.4 0.55
Hex 8C 60 BB 19 31 0 1B 10D 28 37
Octal 214 140 273 31 61 0 33 415 50 67
Binary 10001100 1100000 10111011 11001 110001 0 11011 100001101 101000 110111

Color Harmonies of #8C60BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C60BB

Black with #8C60BB

Text Example


Text Example

White with #8C60BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,96,187); }

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

background-color css

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

 a { background-color: rgb(140,96,187); }

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

border-color css

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

 span { border-color: rgb(140,96,187); }

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