#8D7FAA

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

Shades of Deluge #8D7FAA

Tints of Deluge #8D7FAA

Color information

#8D7FAA (or 0x8D7FAA) is unknown color: approx Deluge. HEX triplet: 8D, 7F and AA. RGB value is (141,127,170). Sum of RGB (Red+Green+Blue) = 141+127+170=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D7FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7FAA is #728055. Grayscale: #878787. Windows color (decimal): -7503958 or 11173773. OLE color: 11173773.

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

Color convert

RGB141127170-
CMYK0.170.2500.33
HSL259.53º20.19%58.24%-
HSV(B)259.53º25.29%66.67%-
XYZ25.8323.7441.25-
YUV136.09147.14131.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.19%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=32.19%
G=29.00%
B=38.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411271700.170.2500.33259.5320.1958.24
Hex8D7FAA1119021104143a
Octal21517725221310414042472
Binary100011011111111101010101000111001010000110000010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,127,170); }

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

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

 a { background-color: rgb(141,127,170); }

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

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

 span { border-color: rgb(141,127,170); }

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