#8B496E

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

Shades of Cannon Pink #8B496E

Tints of Cannon Pink #8B496E

Color information

#8B496E (or 0x8B496E) is unknown color: approx Cannon Pink. HEX triplet: 8B, 49 and 6E. RGB value is (139,73,110). Sum of RGB (Red+Green+Blue) = 139+73+110=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B496E is #74B691. Grayscale: #606060. Windows color (decimal): -7648914 or 7227787. OLE color: 7227787.

HSL color Cylindrical-coordinate representation of color #8B496E: hue angle of 326.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B496E is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB13973110-
CMYK00.470.210.45
HSL326.36º31.13%41.57%-
HSV(B)326.36º47.48%54.51%-
XYZ15.8411.3816.11-
YUV96.95135.37157.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=43.17%
G=22.67%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397311000.470.210.45326.3631.1341.57
Hex8B496E02F152D1461f2a
Octal21311115605725555063752
Binary100010111001001110111001011111010110110110100011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,110); }

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

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

 a { background-color: rgb(139,73,110); }

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

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

 span { border-color: rgb(139,73,110); }

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