Html Css Color HEX #884ABA Deep Lilac

📋 copy color: '#884ABA'

red 136 ◦ green 74 ◦ blue 186

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

Shades of Deep Lilac #884ABA

Tints of Deep Lilac #884ABA

RGB

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

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

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

R = 34.34%
G = 18.69%
B = 46.97%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#884ABA (or 0x884ABA) is known color: Deep Lilac. HEX triplet: 88, 4A and BA. RGB value is (136,74,186). Sum of RGB (Red+Green+Blue) = 136+74+186=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #884ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ABA is #77B545. Grayscale: #686868. Windows color (decimal): -7845190 or 12208776. OLE color: 12208776.

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

Color convert

RGB 136 74 186 -
CMYK 0.27 0.60 0 0.27
HSL 273.21º 0.45% 0.51% -
HSV(B) 273.21º 0.6% 0.73% -
XYZ 21.47 13.68 47.96 -
YUV 105.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 136 74 186 0.27 0.60 0 0.27 273.21 0.45 0.51
Hex 88 4A BA 1B 3C 0 1B 111 2D 33
Octal 210 112 272 33 74 0 33 421 55 63
Binary 10001000 1001010 10111010 11011 111100 0 11011 100010001 101101 110011

Color Harmonies of #884ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884ABA

Black with #884ABA

Text Example


Text Example

White with #884ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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