#8B5074

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

Shades of Cannon Pink #8B5074

Tints of Cannon Pink #8B5074

Color information

#8B5074 (or 0x8B5074) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 74. RGB value is (139,80,116). Sum of RGB (Red+Green+Blue) = 139+80+116=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5074 is #74AF8B. Grayscale: #656565. Windows color (decimal): -7647116 or 7622795. OLE color: 7622795.

HSL color Cylindrical-coordinate representation of color #8B5074: hue angle of 323.39º 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 #8B5074 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB13980116-
CMYK00.420.170.45
HSL323.39º26.94%42.94%-
HSV(B)323.39º42.45%54.51%-
XYZ16.6712.4918.05-
YUV101.74136.05154.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=41.49%
G=23.88%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398011600.420.170.45323.3926.9442.94
Hex8B507402A112D1431b2b
Octal21312016405221555033353
Binary100010111010000111010001010101000110110110100001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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