Html Css Color HEX #8C64BC Lilac Bush

📋 copy color: '#8C64BC'

red 140 ◦ green 100 ◦ blue 188

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

Shades of Lilac Bush #8C64BC

Tints of Lilac Bush #8C64BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.36%

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

R = 32.71%
G = 23.36%
B = 43.93%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C64BC (or 0x8C64BC) is known color: Lilac Bush. HEX triplet: 8C, 64 and BC. RGB value is (140,100,188). Sum of RGB (Red+Green+Blue) = 140+100+188=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C64BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C64BC is #739B43. Grayscale: #797979. Windows color (decimal): -7576388 or 12346508. OLE color: 12346508.

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

Color convert

RGB 140 100 188 -
CMYK 0.26 0.47 0 0.26
HSL 267.27º 0.4% 0.56% -
HSV(B) 267.27º 0.47% 0.74% -
XYZ 24.45 18.32 49.82 -
YUV 121.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 140 100 188 0.26 0.47 0 0.26 267.27 0.4 0.56
Hex 8C 64 BC 1A 2F 0 1A 10B 28 38
Octal 214 144 274 32 57 0 32 413 50 70
Binary 10001100 1100100 10111100 11010 101111 0 11010 100001011 101000 111000

Color Harmonies of #8C64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C64BC

Black with #8C64BC

Text Example


Text Example

White with #8C64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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