Html Css Color HEX #8C6DBD Lilac Bush

📋 copy color: '#8C6DBD'

red 140 ◦ green 109 ◦ blue 189

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

Shades of Lilac Bush #8C6DBD

Tints of Lilac Bush #8C6DBD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.89%

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 31.96%
G = 24.89%
B = 43.15%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C6DBD (or 0x8C6DBD) is known color: Lilac Bush. HEX triplet: 8C, 6D and BD. RGB value is (140,109,189). Sum of RGB (Red+Green+Blue) = 140+109+189=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C6DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DBD is #739242. Grayscale: #7F7F7F. Windows color (decimal): -7574083 or 12414348. OLE color: 12414348.

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

Color convert

RGB 140 109 189 -
CMYK 0.26 0.42 0 0.26
HSL 263.25º 0.38% 0.58% -
HSV(B) 263.25º 0.42% 0.74% -
XYZ 25.47 20.19 50.7 -
YUV 127.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 140 109 189 0.26 0.42 0 0.26 263.25 0.38 0.58
Hex 8C 6D BD 1A 2A 0 1A 107 26 3A
Octal 214 155 275 32 52 0 32 407 46 72
Binary 10001100 1101101 10111101 11010 101010 0 11010 100000111 100110 111010

Color Harmonies of #8C6DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6DBD

Black with #8C6DBD

Text Example


Text Example

White with #8C6DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,109,189); }

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

background-color css

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

 a { background-color: rgb(140,109,189); }

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

border-color css

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

 span { border-color: rgb(140,109,189); }

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