#884FB7

Color #884FB7 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #884FB7

Tints of Deep Lilac #884FB7

Color information

#884FB7 (or 0x884FB7) is unknown color: approx Deep Lilac. HEX triplet: 88, 4F and B7. RGB value is (136,79,183). Sum of RGB (Red+Green+Blue) = 136+79+183=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 183 - color contains mainly: blue. Hex color #884FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FB7 is #77B048. Grayscale: #6B6B6B. Windows color (decimal): -7843913 or 12013448. OLE color: 12013448.

HSL color Cylindrical-coordinate representation of color #884FB7: hue angle of 272.88º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884FB7 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13679183-
CMYK0.260.5700.28
HSL272.88º41.94%51.37%-
HSV(B)272.88º56.83%71.76%-
XYZ21.514.2546.42-
YUV107.9170.38148.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.17%
GREEN value IS 79 (31.25% from 255) = 19.85%
BLUE value IS 183 (71.88% from 255) = 45.98%
R=34.17%
G=19.85%
B=45.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal136791830.260.5700.28272.8841.9451.37
Hex884FB71A3901C1112a33
Octal21011726732710344215263
Binary1000100010011111011011111010111001011100100010001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #884FB7;
 }
 .AnyTagClassName
 {
   color: #884FB7;
 }
</style>
background-color css

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

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

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

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

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

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