#8773B5

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

Shades of Deluge #8773B5

Tints of Deluge #8773B5

Color information

#8773B5 (or 0x8773B5) is unknown color: approx Deluge. HEX triplet: 87, 73 and B5. RGB value is (135,115,181). Sum of RGB (Red+Green+Blue) = 135+115+181=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #8773B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8773B5 is #788C4A. Grayscale: #808080. Windows color (decimal): -7900235 or 11891591. OLE color: 11891591.

HSL color Cylindrical-coordinate representation of color #8773B5: hue angle of 258.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8773B5 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135115181-
CMYK0.250.3600.29
HSL258.18º30.84%58.04%-
HSV(B)258.18º36.46%70.98%-
XYZ24.4620.7546.43-
YUV128.5157.63132.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 181 (71.09% from 255) = 42.00%
R=31.32%
G=26.68%
B=42.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351151810.250.3600.29258.1830.8458.04
Hex8773B5192401D1021f3a
Octal20716326531440354023772
Binary100001111110011101101011100110010001110110000001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8773B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8773B5; }

 p { color: rgb(135,115,181); }

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

<style>
 a { background-color: #8773B5; }

 a { background-color: rgb(135,115,181); }

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

<style>
 span { border-color: #8773B5; }

 span { border-color: rgb(135,115,181); }

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