#8A77B2

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

Shades of Deluge #8A77B2

Tints of Deluge #8A77B2

Color information

#8A77B2 (or 0x8A77B2) is unknown color: approx Deluge. HEX triplet: 8A, 77 and B2. RGB value is (138,119,178). Sum of RGB (Red+Green+Blue) = 138+119+178=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #8A77B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A77B2 is #75884D. Grayscale: #838383. Windows color (decimal): -7702606 or 11696010. OLE color: 11696010.

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

Color convert

RGB138119178-
CMYK0.220.3300.30
HSL259.32º27.7%58.24%-
HSV(B)259.32º33.15%69.8%-
XYZ25.1121.8145.01-
YUV131.41154.29132.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 178 (69.92% from 255) = 40.92%
R=31.72%
G=27.36%
B=40.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381191780.220.3300.30259.3227.758.24
Hex8A77B2162101E1031c3a
Octal21216726226410364033472
Binary100010101110111101100101011010000101111010000001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A77B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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