#8B5070

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

Shades of Cannon Pink #8B5070

Tints of Cannon Pink #8B5070

Color information

#8B5070 (or 0x8B5070) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 70. RGB value is (139,80,112). Sum of RGB (Red+Green+Blue) = 139+80+112=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5070 is #74AF8F. Grayscale: #656565. Windows color (decimal): -7647120 or 7360651. OLE color: 7360651.

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

Color convert

RGB13980112-
CMYK00.420.190.45
HSL327.46º26.94%42.94%-
HSV(B)327.46º42.45%54.51%-
XYZ16.4412.416.86-
YUV101.29134.05154.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=41.99%
G=24.17%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398011200.420.190.45327.4626.9442.94
Hex8B507002A132D1471b2b
Octal21312016005223555073353
Binary100010111010000111000001010101001110110110100011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,112); }

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

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

 a { background-color: rgb(139,80,112); }

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

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

 span { border-color: rgb(139,80,112); }

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