#8F4C76

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

Shades of Cannon Pink #8F4C76

Tints of Cannon Pink #8F4C76

Color information

#8F4C76 (or 0x8F4C76) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4C and 76. RGB value is (143,76,118). Sum of RGB (Red+Green+Blue) = 143+76+118=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4C76 is #70B389. Grayscale: #646464. Windows color (decimal): -7385994 or 7752847. OLE color: 7752847.

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

Color convert

RGB14376118-
CMYK00.470.170.44
HSL322.39º30.59%42.94%-
HSV(B)322.39º46.85%56.08%-
XYZ17.1812.3218.61-
YUV100.82137.7158.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.43%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=42.43%
G=22.55%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437611800.470.170.44322.3930.5942.94
Hex8F4C7602F112C1421f2b
Octal21711416605721545023753
Binary100011111001100111011001011111000110110010100001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,76,118); }

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

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

 a { background-color: rgb(143,76,118); }

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

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

 span { border-color: rgb(143,76,118); }

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