#8A75AE

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

Shades of Deluge #8A75AE

Tints of Deluge #8A75AE

Color information

#8A75AE (or 0x8A75AE) is unknown color: approx Deluge. HEX triplet: 8A, 75 and AE. RGB value is (138,117,174). Sum of RGB (Red+Green+Blue) = 138+117+174=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A75AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A75AE is #758A51. Grayscale: #818181. Windows color (decimal): -7703122 or 11433354. OLE color: 11433354.

HSL color Cylindrical-coordinate representation of color #8A75AE: hue angle of 262.11º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A75AE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB138117174-
CMYK0.210.3300.32
HSL262.11º26.03%57.06%-
HSV(B)262.11º32.76%68.24%-
XYZ24.4821.1842.84-
YUV129.78152.96133.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=32.17%
G=27.27%
B=40.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381171740.210.3300.32262.1126.0357.06
Hex8A75AE15210201061a39
Octal21216525625410404063271
Binary1000101011101011010111010101100001010000010000011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A75AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,117,174); }

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

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

 a { background-color: rgb(138,117,174); }

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

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

 span { border-color: rgb(138,117,174); }

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