Html Css Color HEX #884AC1 Deep Lilac

📋 copy color: '#884AC1'

red 136 ◦ green 74 ◦ blue 193

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

Shades of Deep Lilac #884AC1

Tints of Deep Lilac #884AC1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.36%

 BLUE value IS 193 (75.78% from 255) = 47.89%

R = 33.75%
G = 18.36%
B = 47.89%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#884AC1 (or 0x884AC1) is known color: Deep Lilac. HEX triplet: 88, 4A and C1. RGB value is (136,74,193). Sum of RGB (Red+Green+Blue) = 136+74+193=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #884AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AC1 is #77B53E. Grayscale: #696969. Windows color (decimal): -7845183 or 12667528. OLE color: 12667528.

HSL color Cylindrical-coordinate representation of color #884AC1: hue angle of 271.26º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884AC1 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 74 193 -
CMYK 0.30 0.62 0 0.24
HSL 271.26º 0.49% 0.52% -
HSV(B) 271.26º 0.62% 0.76% -
XYZ 22.23 13.98 51.98 -
YUV 106.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 136 74 193 0.30 0.62 0 0.24 271.26 0.49 0.52
Hex 88 4A C1 1E 3E 0 18 10F 31 34
Octal 210 112 301 36 76 0 30 417 61 64
Binary 10001000 1001010 11000001 11110 111110 0 11000 100001111 110001 110100

Color Harmonies of #884AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884AC1

Black with #884AC1

Text Example


Text Example

White with #884AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884AC1; }

 p { color: rgb(136,74,193); }

 H1.HeaderClassName
 {
   color: #884AC1;
 }
 .AnyTagClassName
 {
   color: #884AC1;
 }
</style>

background-color css

<style>
 a { background-color: #884AC1; }

 a { background-color: rgb(136,74,193); }

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

border-color css

<style>
 span { border-color: #884AC1; }

 span { border-color: rgb(136,74,193); }

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