#8872B3

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

Shades of Deluge #8872B3

Tints of Deluge #8872B3

Color information

#8872B3 (or 0x8872B3) is unknown color: approx Deluge. HEX triplet: 88, 72 and B3. RGB value is (136,114,179). Sum of RGB (Red+Green+Blue) = 136+114+179=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #8872B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872B3 is #778D4C. Grayscale: #7F7F7F. Windows color (decimal): -7834957 or 11760264. OLE color: 11760264.

HSL color Cylindrical-coordinate representation of color #8872B3: hue angle of 260.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8872B3 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB136114179-
CMYK0.240.3600.30
HSL260.31º29.95%57.45%-
HSV(B)260.31º36.31%70.2%-
XYZ24.3120.5245.33-
YUV127.99156.79133.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=31.70%
G=26.57%
B=41.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1361141790.240.3600.30260.3129.9557.45
Hex8872B3182401E1041e39
Octal21016226330440364043671
Binary100010001110010101100111100010010001111010000010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8872B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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