Html Css Color HEX #8C61BE Lilac Bush

📋 copy color: '#8C61BE'

red 140 ◦ green 97 ◦ blue 190

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

Shades of Lilac Bush #8C61BE

Tints of Lilac Bush #8C61BE

RGB

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

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

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

R = 32.79%
G = 22.72%
B = 44.5%

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

#8C61BE (or 0x8C61BE) is known color: Lilac Bush. HEX triplet: 8C, 61 and BE. RGB value is (140,97,190). Sum of RGB (Red+Green+Blue) = 140+97+190=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C61BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C61BE is #739E41. Grayscale: #787878. Windows color (decimal): -7577154 or 12476812. OLE color: 12476812.

HSL color Cylindrical-coordinate representation of color #8C61BE: hue angle of 267.74º 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 #8C61BE is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 97 190 -
CMYK 0.26 0.49 0 0.25
HSL 267.74º 0.42% 0.56% -
HSV(B) 267.74º 0.49% 0.75% -
XYZ 24.38 17.84 50.87 -
YUV 120.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 140 97 190 0.26 0.49 0 0.25 267.74 0.42 0.56
Hex 8C 61 BE 1A 31 0 19 10C 2A 38
Octal 214 141 276 32 61 0 31 414 52 70
Binary 10001100 1100001 10111110 11010 110001 0 11001 100001100 101010 111000

Color Harmonies of #8C61BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C61BE

Black with #8C61BE

Text Example


Text Example

White with #8C61BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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