#8B556E

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

Shades of Cannon Pink #8B556E

Tints of Cannon Pink #8B556E

Color information

#8B556E (or 0x8B556E) is unknown color: approx Cannon Pink. HEX triplet: 8B, 55 and 6E. RGB value is (139,85,110). Sum of RGB (Red+Green+Blue) = 139+85+110=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B556E is #74AA91. Grayscale: #676767. Windows color (decimal): -7645842 or 7230859. OLE color: 7230859.

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

Color convert

RGB13985110-
CMYK00.390.210.45
HSL332.22º24.11%43.92%-
HSV(B)332.22º38.85%54.51%-
XYZ16.7113.1116.4-
YUV104131.39152.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=41.62%
G=25.45%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398511000.390.210.45332.2224.1143.92
Hex8B556E027152D14c182c
Octal21312515604725555143054
Binary100010111010101110111001001111010110110110100110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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