Html Css Color HEX #8649B2 Deep Lilac

📋 copy color: '#8649B2'

red 134 ◦ green 73 ◦ blue 178

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

Shades of Deep Lilac #8649B2

Tints of Deep Lilac #8649B2

RGB

 RED value IS 134 (52.73% from 255) = 34.81%

 GREEN value IS 73 (28.91% from 255) = 18.96%

 BLUE value IS 178 (69.92% from 255) = 46.23%

R = 34.81%
G = 18.96%
B = 46.23%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8649B2 (or 0x8649B2) is known color: Deep Lilac. HEX triplet: 86, 49 and B2. RGB value is (134,73,178). Sum of RGB (Red+Green+Blue) = 134+73+178=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #8649B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8649B2 is #79B64D. Grayscale: #666666. Windows color (decimal): -7976526 or 11684230. OLE color: 11684230.

HSL color Cylindrical-coordinate representation of color #8649B2: hue angle of 274.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8649B2 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 73 178 -
CMYK 0.25 0.59 0 0.30
HSL 274.86º 0.42% 0.49% -
HSV(B) 274.86º 0.59% 0.7% -
XYZ 20.25 13.05 43.57 -
YUV 103.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 134 73 178 0.25 0.59 0 0.30 274.86 0.42 0.49
Hex 86 49 B2 19 3B 0 1E 113 2A 31
Octal 206 111 262 31 73 0 36 423 52 61
Binary 10000110 1001001 10110010 11001 111011 0 11110 100010011 101010 110001

Color Harmonies of #8649B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8649B2

Black with #8649B2

Text Example


Text Example

White with #8649B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8649B2; }

 p { color: rgb(134,73,178); }

 H1.HeaderClassName
 {
   color: #8649B2;
 }
 .AnyTagClassName
 {
   color: #8649B2;
 }
</style>

background-color css

<style>
 a { background-color: #8649B2; }

 a { background-color: rgb(134,73,178); }

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

border-color css

<style>
 span { border-color: #8649B2; }

 span { border-color: rgb(134,73,178); }

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