#8A73B2

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

Shades of Deluge #8A73B2

Tints of Deluge #8A73B2

Color information

#8A73B2 (or 0x8A73B2) is unknown color: approx Deluge. HEX triplet: 8A, 73 and B2. RGB value is (138,115,178). Sum of RGB (Red+Green+Blue) = 138+115+178=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 178 - color contains mainly: blue. Hex color #8A73B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A73B2 is #758C4D. Grayscale: #808080. Windows color (decimal): -7703630 or 11694986. OLE color: 11694986.

HSL color Cylindrical-coordinate representation of color #8A73B2: hue angle of 261.9º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A73B2 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB138115178-
CMYK0.220.3500.30
HSL261.9º29.03%57.45%-
HSV(B)261.9º35.39%69.8%-
XYZ24.6520.8844.85-
YUV129.06155.62134.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 178 (69.92% from 255) = 41.30%
R=32.02%
G=26.68%
B=41.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381151780.220.3500.30261.929.0357.45
Hex8A73B2162301E1061d39
Octal21216326226430364063571
Binary100010101110011101100101011010001101111010000011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A73B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A73B2; }

 p { color: rgb(138,115,178); }

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

<style>
 a { background-color: #8A73B2; }

 a { background-color: rgb(138,115,178); }

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

<style>
 span { border-color: #8A73B2; }

 span { border-color: rgb(138,115,178); }

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