#8A75AC

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

Shades of Deluge #8A75AC

Tints of Deluge #8A75AC

Color information

#8A75AC (or 0x8A75AC) is unknown color: approx Deluge. HEX triplet: 8A, 75 and AC. RGB value is (138,117,172). Sum of RGB (Red+Green+Blue) = 138+117+172=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A75AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A75AC is #758A53. Grayscale: #818181. Windows color (decimal): -7703124 or 11302282. OLE color: 11302282.

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

Color convert

RGB138117172-
CMYK0.200.3200.33
HSL262.91º24.89%56.67%-
HSV(B)262.91º31.98%67.45%-
XYZ24.2921.141.82-
YUV129.55151.96134.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=32.32%
G=27.40%
B=40.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381171720.200.3200.33262.9124.8956.67
Hex8A75AC14200211071939
Octal21216525424400414073171
Binary1000101011101011010110010100100000010000110000011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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