Html Css Color HEX #8C60BE Lilac Bush

📋 copy color: '#8C60BE'

red 140 ◦ green 96 ◦ blue 190

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

Shades of Lilac Bush #8C60BE

Tints of Lilac Bush #8C60BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 32.86%
G = 22.54%
B = 44.6%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C60BE (or 0x8C60BE) is known color: Lilac Bush. HEX triplet: 8C, 60 and BE. RGB value is (140,96,190). Sum of RGB (Red+Green+Blue) = 140+96+190=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60BE is #739F41. Grayscale: #777777. Windows color (decimal): -7577410 or 12476556. OLE color: 12476556.

HSL color Cylindrical-coordinate representation of color #8C60BE: hue angle of 268.09º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C60BE is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 96 190 -
CMYK 0.26 0.49 0 0.25
HSL 268.09º 0.42% 0.56% -
HSV(B) 268.09º 0.49% 0.75% -
XYZ 24.29 17.66 50.84 -
YUV 119.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 140 96 190 0.26 0.49 0 0.25 268.09 0.42 0.56
Hex 8C 60 BE 1A 31 0 19 10C 2A 38
Octal 214 140 276 32 61 0 31 414 52 70
Binary 10001100 1100000 10111110 11010 110001 0 11001 100001100 101010 111000

Color Harmonies of #8C60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C60BE

Black with #8C60BE

Text Example


Text Example

White with #8C60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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