Html Css Color HEX #884BBA Deep Lilac

📋 copy color: '#884BBA'

red 136 ◦ green 75 ◦ blue 186

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

Shades of Deep Lilac #884BBA

Tints of Deep Lilac #884BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.89%

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

R = 34.26%
G = 18.89%
B = 46.85%

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

#884BBA (or 0x884BBA) is known color: Deep Lilac. HEX triplet: 88, 4B and BA. RGB value is (136,75,186). Sum of RGB (Red+Green+Blue) = 136+75+186=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #884BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BBA is #77B445. Grayscale: #696969. Windows color (decimal): -7844934 or 12209032. OLE color: 12209032.

HSL color Cylindrical-coordinate representation of color #884BBA: hue angle of 272.97º 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 #884BBA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 75 186 -
CMYK 0.27 0.60 0 0.27
HSL 272.97º 0.45% 0.51% -
HSV(B) 272.97º 0.6% 0.73% -
XYZ 21.53 13.81 47.99 -
YUV 105.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 136 75 186 0.27 0.60 0 0.27 272.97 0.45 0.51
Hex 88 4B BA 1B 3C 0 1B 111 2D 33
Octal 210 113 272 33 74 0 33 421 55 63
Binary 10001000 1001011 10111010 11011 111100 0 11011 100010001 101101 110011

Color Harmonies of #884BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BBA

Black with #884BBA

Text Example


Text Example

White with #884BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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