Html Css Color HEX #8C6BBA Lilac Bush

📋 copy color: '#8C6BBA'

red 140 ◦ green 107 ◦ blue 186

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

Shades of Lilac Bush #8C6BBA

Tints of Lilac Bush #8C6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 32.33%
G = 24.71%
B = 42.96%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C6BBA (or 0x8C6BBA) is known color: Lilac Bush. HEX triplet: 8C, 6B and BA. RGB value is (140,107,186). Sum of RGB (Red+Green+Blue) = 140+107+186=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6BBA is #739445. Grayscale: #7D7D7D. Windows color (decimal): -7574598 or 12217228. OLE color: 12217228.

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

Color convert

RGB 140 107 186 -
CMYK 0.25 0.42 0 0.27
HSL 265.06º 0.36% 0.57% -
HSV(B) 265.06º 0.42% 0.73% -
XYZ 24.94 19.64 48.93 -
YUV 125.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 140 107 186 0.25 0.42 0 0.27 265.06 0.36 0.57
Hex 8C 6B BA 19 2A 0 1B 109 24 39
Octal 214 153 272 31 52 0 33 411 44 71
Binary 10001100 1101011 10111010 11001 101010 0 11011 100001001 100100 111001

Color Harmonies of #8C6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6BBA

Black with #8C6BBA

Text Example


Text Example

White with #8C6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,107,186); }

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

background-color css

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

 a { background-color: rgb(140,107,186); }

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

border-color css

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

 span { border-color: rgb(140,107,186); }

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