#8A75AF

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

Shades of Deluge #8A75AF

Tints of Deluge #8A75AF

Color information

#8A75AF (or 0x8A75AF) is unknown color: approx Deluge. HEX triplet: 8A, 75 and AF. RGB value is (138,117,175). Sum of RGB (Red+Green+Blue) = 138+117+175=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A75AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A75AF is #758A50. Grayscale: #818181. Windows color (decimal): -7703121 or 11498890. OLE color: 11498890.

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

Color convert

RGB138117175-
CMYK0.210.3300.31
HSL261.72º26.61%57.25%-
HSV(B)261.72º33.14%68.63%-
XYZ24.5821.2243.36-
YUV129.89153.46133.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=32.09%
G=27.21%
B=40.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381171750.210.3300.31261.7226.6157.25
Hex8A75AF152101F1061b39
Octal21216525725410374063371
Binary100010101110101101011111010110000101111110000011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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