Html Css Color HEX #8C68BB Lilac Bush

📋 copy color: '#8C68BB'

red 140 ◦ green 104 ◦ blue 187

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

Shades of Lilac Bush #8C68BB

Tints of Lilac Bush #8C68BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.13%

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 32.48%
G = 24.13%
B = 43.39%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C68BB (or 0x8C68BB) is known color: Lilac Bush. HEX triplet: 8C, 68 and BB. RGB value is (140,104,187). Sum of RGB (Red+Green+Blue) = 140+104+187=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C68BB is #739744. Grayscale: #7B7B7B. Windows color (decimal): -7575365 or 12281996. OLE color: 12281996.

HSL color Cylindrical-coordinate representation of color #8C68BB: hue angle of 266.02º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C68BB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 104 187 -
CMYK 0.25 0.44 0 0.27
HSL 266.02º 0.38% 0.57% -
HSV(B) 266.02º 0.44% 0.73% -
XYZ 24.74 19.06 49.39 -
YUV 124.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 140 104 187 0.25 0.44 0 0.27 266.02 0.38 0.57
Hex 8C 68 BB 19 2C 0 1B 10A 26 39
Octal 214 150 273 31 54 0 33 412 46 71
Binary 10001100 1101000 10111011 11001 101100 0 11011 100001010 100110 111001

Color Harmonies of #8C68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C68BB

Black with #8C68BB

Text Example


Text Example

White with #8C68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,104,187); }

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

background-color css

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

 a { background-color: rgb(140,104,187); }

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

border-color css

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

 span { border-color: rgb(140,104,187); }

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