#8872B1

Color #8872B1 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8872B1

Tints of Deluge #8872B1

Color information

#8872B1 (or 0x8872B1) is unknown color: approx Deluge. HEX triplet: 88, 72 and B1. RGB value is (136,114,177). Sum of RGB (Red+Green+Blue) = 136+114+177=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 177 - color contains mainly: blue. Hex color #8872B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8872B1 is #778D4E. Grayscale: #7F7F7F. Windows color (decimal): -7834959 or 11629192. OLE color: 11629192.

HSL color Cylindrical-coordinate representation of color #8872B1: hue angle of 260.95º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8872B1 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136114177-
CMYK0.230.3600.31
HSL260.95º28.77%57.06%-
HSV(B)260.95º35.59%69.41%-
XYZ24.1120.4444.27-
YUV127.76155.79133.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 177 (69.53% from 255) = 41.45%
R=31.85%
G=26.70%
B=41.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361141770.230.3600.31260.9528.7757.06
Hex8872B1172401F1051d39
Octal21016226127440374053571
Binary100010001110010101100011011110010001111110000010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8872B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8872B1; }

 p { color: rgb(136,114,177); }

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

<style>
 a { background-color: #8872B1; }

 a { background-color: rgb(136,114,177); }

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

<style>
 span { border-color: #8872B1; }

 span { border-color: rgb(136,114,177); }

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