Html Css Color HEX #8C61BC Lilac Bush

📋 copy color: '#8C61BC'

red 140 ◦ green 97 ◦ blue 188

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

Shades of Lilac Bush #8C61BC

Tints of Lilac Bush #8C61BC

RGB

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

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

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

R = 32.94%
G = 22.82%
B = 44.24%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C61BC (or 0x8C61BC) is known color: Lilac Bush. HEX triplet: 8C, 61 and BC. RGB value is (140,97,188). Sum of RGB (Red+Green+Blue) = 140+97+188=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C61BC is #739E43. Grayscale: #777777. Windows color (decimal): -7577156 or 12345740. OLE color: 12345740.

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

Color convert

RGB 140 97 188 -
CMYK 0.26 0.48 0 0.26
HSL 268.35º 0.4% 0.56% -
HSV(B) 268.35º 0.48% 0.74% -
XYZ 24.17 17.76 49.73 -
YUV 120.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 140 97 188 0.26 0.48 0 0.26 268.35 0.4 0.56
Hex 8C 61 BC 1A 30 0 1A 10C 28 38
Octal 214 141 274 32 60 0 32 414 50 70
Binary 10001100 1100001 10111100 11010 110000 0 11010 100001100 101000 111000

Color Harmonies of #8C61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C61BC

Black with #8C61BC

Text Example


Text Example

White with #8C61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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