#8B817C

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

Shades of Hurricane #8B817C

Tints of Hurricane #8B817C

Color information

#8B817C (or 0x8B817C) is unknown color: approx Hurricane. HEX triplet: 8B, 81 and 7C. RGB value is (139,129,124). Sum of RGB (Red+Green+Blue) = 139+129+124=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B817C is #747E83. Grayscale: #838383. Windows color (decimal): -7634564 or 8159627. OLE color: 8159627.

HSL color Cylindrical-coordinate representation of color #8B817C: hue angle of 20º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B817C is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB139129124-
CMYK00.070.110.45
HSL20º6.07%51.57%-
HSV(B)20º10.79%54.51%-
XYZ22.1422.6422.27-
YUV131.42123.81133.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=35.46%
G=32.91%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912912400.070.110.45206.0751.57
Hex8B817C07B2D14634
Octal21320117407135524664
Binary100010111000000111111000111101110110110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,124); }

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

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

 a { background-color: rgb(139,129,124); }

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

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

 span { border-color: rgb(139,129,124); }

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