#8F5074

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

Shades of Cannon Pink #8F5074

Tints of Cannon Pink #8F5074

Color information

#8F5074 (or 0x8F5074) is unknown color: approx Cannon Pink. HEX triplet: 8F, 50 and 74. RGB value is (143,80,116). Sum of RGB (Red+Green+Blue) = 143+80+116=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5074 is #70AF8B. Grayscale: #666666. Windows color (decimal): -7384972 or 7622799. OLE color: 7622799.

HSL color Cylindrical-coordinate representation of color #8F5074: hue angle of 325.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F5074 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14380116-
CMYK00.440.190.44
HSL325.71º28.25%43.73%-
HSV(B)325.71º44.06%56.08%-
XYZ17.3512.8418.09-
YUV102.94135.37156.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.18%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=42.18%
G=23.60%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438011600.440.190.44325.7128.2543.73
Hex8F507402C132C1461c2c
Octal21712016405423545063454
Binary100011111010000111010001011001001110110010100011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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