Html Css Color HEX #8649BA Deep Lilac

📋 copy color: '#8649BA'

red 134 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #8649BA

Tints of Deep Lilac #8649BA

RGB

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

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

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

R = 34.1%
G = 18.58%
B = 47.33%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8649BA (or 0x8649BA) is known color: Deep Lilac. HEX triplet: 86, 49 and BA. RGB value is (134,73,186). Sum of RGB (Red+Green+Blue) = 134+73+186=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #8649BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8649BA is #79B645. Grayscale: #676767. Windows color (decimal): -7976518 or 12208518. OLE color: 12208518.

HSL color Cylindrical-coordinate representation of color #8649BA: hue angle of 272.39º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8649BA is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 73 186 -
CMYK 0.28 0.61 0 0.27
HSL 272.39º 0.45% 0.51% -
HSV(B) 272.39º 0.61% 0.73% -
XYZ 21.08 13.38 47.93 -
YUV 104.12 174.21 149.31 -
System Red Green Blue C M Y K H S L
Decimal 134 73 186 0.28 0.61 0 0.27 272.39 0.45 0.51
Hex 86 49 BA 1C 3D 0 1B 110 2D 33
Octal 206 111 272 34 75 0 33 420 55 63
Binary 10000110 1001001 10111010 11100 111101 0 11011 100010000 101101 110011

Color Harmonies of #8649BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8649BA

Black with #8649BA

Text Example


Text Example

White with #8649BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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