#8A817D

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

Shades of Hurricane #8A817D

Tints of Hurricane #8A817D

Color information

#8A817D (or 0x8A817D) is unknown color: approx Hurricane. HEX triplet: 8A, 81 and 7D. RGB value is (138,129,125). Sum of RGB (Red+Green+Blue) = 138+129+125=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A817D is #757E82. Grayscale: #838383. Windows color (decimal): -7700099 or 8225162. OLE color: 8225162.

HSL color Cylindrical-coordinate representation of color #8A817D: hue angle of 18.46º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A817D is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB138129125-
CMYK00.070.090.46
HSL18.46º5.26%51.57%-
HSV(B)18.46º9.42%54.12%-
XYZ22.0322.5822.6-
YUV131.24124.48132.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=35.20%
G=32.91%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812912500.070.090.4618.465.2651.57
Hex8A817D0792E12534
Octal21220117507115622564
Binary100010101000000111111010111100110111010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,129,125); }

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

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

 a { background-color: rgb(138,129,125); }

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

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

 span { border-color: rgb(138,129,125); }

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