Html Css Color HEX #884FBA Deep Lilac

📋 copy color: '#884FBA'

red 136 ◦ green 79 ◦ blue 186

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

Shades of Deep Lilac #884FBA

Tints of Deep Lilac #884FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.7%

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

R = 33.92%
G = 19.7%
B = 46.38%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#884FBA (or 0x884FBA) is known color: Deep Lilac. HEX triplet: 88, 4F and BA. RGB value is (136,79,186). Sum of RGB (Red+Green+Blue) = 136+79+186=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #884FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FBA is #77B045. Grayscale: #6B6B6B. Windows color (decimal): -7843910 or 12210056. OLE color: 12210056.

HSL color Cylindrical-coordinate representation of color #884FBA: hue angle of 271.96º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #884FBA is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 79 186 -
CMYK 0.27 0.58 0 0.27
HSL 271.96º 0.44% 0.52% -
HSV(B) 271.96º 0.58% 0.73% -
XYZ 21.81 14.37 48.08 -
YUV 108.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 136 79 186 0.27 0.58 0 0.27 271.96 0.44 0.52
Hex 88 4F BA 1B 3A 0 1B 110 2C 34
Octal 210 117 272 33 72 0 33 420 54 64
Binary 10001000 1001111 10111010 11011 111010 0 11011 100010000 101100 110100

Color Harmonies of #884FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FBA

Black with #884FBA

Text Example


Text Example

White with #884FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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