Html Css Color HEX #8649AF Deep Lilac

📋 copy color: '#8649AF'

red 134 ◦ green 73 ◦ blue 175

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

Shades of Deep Lilac #8649AF

Tints of Deep Lilac #8649AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 35.08%
G = 19.11%
B = 45.81%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8649AF (or 0x8649AF) is known color: Deep Lilac. HEX triplet: 86, 49 and AF. RGB value is (134,73,175). Sum of RGB (Red+Green+Blue) = 134+73+175=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #8649AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8649AF is #79B650. Grayscale: #666666. Windows color (decimal): -7976529 or 11487622. OLE color: 11487622.

HSL color Cylindrical-coordinate representation of color #8649AF: hue angle of 275.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8649AF is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 73 175 -
CMYK 0.23 0.58 0 0.31
HSL 275.88º 0.41% 0.49% -
HSV(B) 275.88º 0.58% 0.69% -
XYZ 19.95 12.93 42 -
YUV 102.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 134 73 175 0.23 0.58 0 0.31 275.88 0.41 0.49
Hex 86 49 AF 17 3A 0 1F 114 29 31
Octal 206 111 257 27 72 0 37 424 51 61
Binary 10000110 1001001 10101111 10111 111010 0 11111 100010100 101001 110001

Color Harmonies of #8649AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8649AF

Black with #8649AF

Text Example


Text Example

White with #8649AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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