#8A75AD

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

Shades of Deluge #8A75AD

Tints of Deluge #8A75AD

Color information

#8A75AD (or 0x8A75AD) is unknown color: approx Deluge. HEX triplet: 8A, 75 and AD. RGB value is (138,117,173). Sum of RGB (Red+Green+Blue) = 138+117+173=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A75AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A75AD is #758A52. Grayscale: #818181. Windows color (decimal): -7703123 or 11367818. OLE color: 11367818.

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

Color convert

RGB138117173-
CMYK0.200.3200.32
HSL262.5º25.45%56.86%-
HSV(B)262.5º32.37%67.84%-
XYZ24.3921.1442.33-
YUV129.66152.46133.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=32.24%
G=27.34%
B=40.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381171730.200.3200.32262.525.4556.86
Hex8A75AD14200201061939
Octal21216525524400404063171
Binary1000101011101011010110110100100000010000010000011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A75AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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