#8F5171

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

Shades of Cannon Pink #8F5171

Tints of Cannon Pink #8F5171

Color information

#8F5171 (or 0x8F5171) is unknown color: approx Cannon Pink. HEX triplet: 8F, 51 and 71. RGB value is (143,81,113). Sum of RGB (Red+Green+Blue) = 143+81+113=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5171 is #70AE8E. Grayscale: #676767. Windows color (decimal): -7384719 or 7426447. OLE color: 7426447.

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

Color convert

RGB14381113-
CMYK00.430.210.44
HSL329.03º27.68%43.92%-
HSV(B)329.03º43.36%56.08%-
XYZ17.2512.9217.21-
YUV103.19133.54156.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.43%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=42.43%
G=24.04%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438111300.430.210.44329.0327.6843.92
Hex8F517102B152C1491c2c
Octal21712116105325545113454
Binary100011111010001111000101010111010110110010100100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,81,113); }

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

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

 a { background-color: rgb(143,81,113); }

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

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

 span { border-color: rgb(143,81,113); }

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