Html Css Color HEX #8B68BB Lilac Bush

📋 copy color: '#8B68BB'

red 139 ◦ green 104 ◦ blue 187

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

Shades of Lilac Bush #8B68BB

Tints of Lilac Bush #8B68BB

RGB

 RED value IS 139 (54.69% from 255) = 32.33%

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

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

R = 32.33%
G = 24.19%
B = 43.49%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B68BB (or 0x8B68BB) is known color: Lilac Bush. HEX triplet: 8B, 68 and BB. RGB value is (139,104,187). Sum of RGB (Red+Green+Blue) = 139+104+187=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B68BB is #749744. Grayscale: #7B7B7B. Windows color (decimal): -7640901 or 12281995. OLE color: 12281995.

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

Color convert

RGB 139 104 187 -
CMYK 0.26 0.44 0 0.27
HSL 265.3º 0.38% 0.57% -
HSV(B) 265.3º 0.44% 0.73% -
XYZ 24.57 18.98 49.38 -
YUV 123.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 139 104 187 0.26 0.44 0 0.27 265.3 0.38 0.57
Hex 8B 68 BB 1A 2C 0 1B 109 26 39
Octal 213 150 273 32 54 0 33 411 46 71
Binary 10001011 1101000 10111011 11010 101100 0 11011 100001001 100110 111001

Color Harmonies of #8B68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B68BB

Black with #8B68BB

Text Example


Text Example

White with #8B68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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