Html Css Color HEX #8C60BC Lilac Bush

📋 copy color: '#8C60BC'

red 140 ◦ green 96 ◦ blue 188

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

Shades of Lilac Bush #8C60BC

Tints of Lilac Bush #8C60BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 33.02%
G = 22.64%
B = 44.34%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C60BC (or 0x8C60BC) is known color: Lilac Bush. HEX triplet: 8C, 60 and BC. RGB value is (140,96,188). Sum of RGB (Red+Green+Blue) = 140+96+188=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C60BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60BC is #739F43. Grayscale: #777777. Windows color (decimal): -7577412 or 12345484. OLE color: 12345484.

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

Color convert

RGB 140 96 188 -
CMYK 0.26 0.49 0 0.26
HSL 268.7º 0.41% 0.56% -
HSV(B) 268.7º 0.49% 0.74% -
XYZ 24.08 17.57 49.7 -
YUV 119.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 140 96 188 0.26 0.49 0 0.26 268.7 0.41 0.56
Hex 8C 60 BC 1A 31 0 1A 10D 29 38
Octal 214 140 274 32 61 0 32 415 51 70
Binary 10001100 1100000 10111100 11010 110001 0 11010 100001101 101001 111000

Color Harmonies of #8C60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C60BC

Black with #8C60BC

Text Example


Text Example

White with #8C60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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