Html Css Color HEX #8A68B9 Lilac Bush

📋 copy color: '#8A68B9'

red 138 ◦ green 104 ◦ blue 185

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

Shades of Lilac Bush #8A68B9

Tints of Lilac Bush #8A68B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.33%

R = 32.32%
G = 24.36%
B = 43.33%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A68B9 (or 0x8A68B9) is known color: Lilac Bush. HEX triplet: 8A, 68 and B9. RGB value is (138,104,185). Sum of RGB (Red+Green+Blue) = 138+104+185=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A68B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68B9 is #759746. Grayscale: #7B7B7B. Windows color (decimal): -7706439 or 12150922. OLE color: 12150922.

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

Color convert

RGB 138 104 185 -
CMYK 0.25 0.44 0 0.27
HSL 265.19º 0.37% 0.57% -
HSV(B) 265.19º 0.44% 0.73% -
XYZ 24.19 18.81 48.25 -
YUV 123.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 138 104 185 0.25 0.44 0 0.27 265.19 0.37 0.57
Hex 8A 68 B9 19 2C 0 1B 109 25 39
Octal 212 150 271 31 54 0 33 411 45 71
Binary 10001010 1101000 10111001 11001 101100 0 11011 100001001 100101 111001

Color Harmonies of #8A68B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A68B9

Black with #8A68B9

Text Example


Text Example

White with #8A68B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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