Html Css Color HEX #8840AF Deep Lilac

📋 copy color: '#8840AF'

red 136 ◦ green 64 ◦ blue 175

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

Shades of Deep Lilac #8840AF

Tints of Deep Lilac #8840AF

RGB

 RED value IS 136 (53.52% from 255) = 36.27%

 GREEN value IS 64 (25.39% from 255) = 17.07%

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

R = 36.27%
G = 17.07%
B = 46.67%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8840AF (or 0x8840AF) is known color: Deep Lilac. HEX triplet: 88, 40 and AF. RGB value is (136,64,175). Sum of RGB (Red+Green+Blue) = 136+64+175=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #8840AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8840AF is #77BF50. Grayscale: #616161. Windows color (decimal): -7847761 or 11485320. OLE color: 11485320.

HSL color Cylindrical-coordinate representation of color #8840AF: hue angle of 278.92º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8840AF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 64 175 -
CMYK 0.22 0.63 0 0.31
HSL 278.92º 0.46% 0.47% -
HSV(B) 278.92º 0.63% 0.69% -
XYZ 19.72 12 41.83 -
YUV 98.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 136 64 175 0.22 0.63 0 0.31 278.92 0.46 0.47
Hex 88 40 AF 16 3F 0 1F 117 2E 2F
Octal 210 100 257 26 77 0 37 427 56 57
Binary 10001000 1000000 10101111 10110 111111 0 11111 100010111 101110 101111

Color Harmonies of #8840AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8840AF

Black with #8840AF

Text Example


Text Example

White with #8840AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,64,175); }

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

background-color css

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

 a { background-color: rgb(136,64,175); }

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

border-color css

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

 span { border-color: rgb(136,64,175); }

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