Html Css Color HEX #8A68BB Lilac Bush

📋 copy color: '#8A68BB'

red 138 ◦ green 104 ◦ blue 187

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

Shades of Lilac Bush #8A68BB

Tints of Lilac Bush #8A68BB

RGB

 RED value IS 138 (54.3% from 255) = 32.17%

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

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

R = 32.17%
G = 24.24%
B = 43.59%

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

#8A68BB (or 0x8A68BB) is known color: Lilac Bush. HEX triplet: 8A, 68 and BB. RGB value is (138,104,187). Sum of RGB (Red+Green+Blue) = 138+104+187=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68BB is #759744. Grayscale: #7B7B7B. Windows color (decimal): -7706437 or 12281994. OLE color: 12281994.

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

Color convert

RGB 138 104 187 -
CMYK 0.26 0.44 0 0.27
HSL 264.58º 0.38% 0.57% -
HSV(B) 264.58º 0.44% 0.73% -
XYZ 24.4 18.89 49.37 -
YUV 123.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 138 104 187 0.26 0.44 0 0.27 264.58 0.38 0.57
Hex 8A 68 BB 1A 2C 0 1B 109 26 39
Octal 212 150 273 32 54 0 33 411 46 71
Binary 10001010 1101000 10111011 11010 101100 0 11011 100001001 100110 111001

Color Harmonies of #8A68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A68BB

Black with #8A68BB

Text Example


Text Example

White with #8A68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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