Html Css Color HEX #884FBF Deep Lilac

📋 copy color: '#884FBF'

red 136 ◦ green 79 ◦ blue 191

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

Shades of Deep Lilac #884FBF

Tints of Deep Lilac #884FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 33.5%
G = 19.46%
B = 47.04%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#884FBF (or 0x884FBF) is known color: Deep Lilac. HEX triplet: 88, 4F and BF. RGB value is (136,79,191). Sum of RGB (Red+Green+Blue) = 136+79+191=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #884FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FBF is #77B040. Grayscale: #6C6C6C. Windows color (decimal): -7843905 or 12537736. OLE color: 12537736.

HSL color Cylindrical-coordinate representation of color #884FBF: hue angle of 270.54º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #884FBF is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 79 191 -
CMYK 0.29 0.59 0 0.25
HSL 270.54º 0.47% 0.53% -
HSV(B) 270.54º 0.59% 0.75% -
XYZ 22.35 14.59 50.93 -
YUV 108.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 136 79 191 0.29 0.59 0 0.25 270.54 0.47 0.53
Hex 88 4F BF 1D 3B 0 19 10F 2F 35
Octal 210 117 277 35 73 0 31 417 57 65
Binary 10001000 1001111 10111111 11101 111011 0 11001 100001111 101111 110101

Color Harmonies of #884FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FBF

Black with #884FBF

Text Example


Text Example

White with #884FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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