Html Css Color HEX #8C68BC Lilac Bush

📋 copy color: '#8C68BC'

red 140 ◦ green 104 ◦ blue 188

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

Shades of Lilac Bush #8C68BC

Tints of Lilac Bush #8C68BC

RGB

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

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

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

R = 32.41%
G = 24.07%
B = 43.52%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C68BC (or 0x8C68BC) is known color: Lilac Bush. HEX triplet: 8C, 68 and BC. RGB value is (140,104,188). Sum of RGB (Red+Green+Blue) = 140+104+188=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C68BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C68BC is #739743. Grayscale: #7C7C7C. Windows color (decimal): -7575364 or 12347532. OLE color: 12347532.

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

Color convert

RGB 140 104 188 -
CMYK 0.26 0.45 0 0.26
HSL 265.71º 0.39% 0.57% -
HSV(B) 265.71º 0.45% 0.74% -
XYZ 24.84 19.11 49.96 -
YUV 124.34 163.93 139.17 -
System Red Green Blue C M Y K H S L
Decimal 140 104 188 0.26 0.45 0 0.26 265.71 0.39 0.57
Hex 8C 68 BC 1A 2D 0 1A 10A 27 39
Octal 214 150 274 32 55 0 32 412 47 71
Binary 10001100 1101000 10111100 11010 101101 0 11010 100001010 100111 111001

Color Harmonies of #8C68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C68BC

Black with #8C68BC

Text Example


Text Example

White with #8C68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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