#8F5172

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

Shades of Cannon Pink #8F5172

Tints of Cannon Pink #8F5172

Color information

#8F5172 (or 0x8F5172) is unknown color: approx Cannon Pink. HEX triplet: 8F, 51 and 72. RGB value is (143,81,114). Sum of RGB (Red+Green+Blue) = 143+81+114=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5172 is #70AE8D. Grayscale: #676767. Windows color (decimal): -7384718 or 7491983. OLE color: 7491983.

HSL color Cylindrical-coordinate representation of color #8F5172: hue angle of 328.06º 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 #8F5172 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14381114-
CMYK00.430.200.44
HSL328.06º27.68%43.92%-
HSV(B)328.06º43.36%56.08%-
XYZ17.3112.9417.5-
YUV103.3134.04156.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=42.31%
G=23.96%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438111400.430.200.44328.0627.6843.92
Hex8F517202B142C1481c2c
Octal21712116205324545103454
Binary100011111010001111001001010111010010110010100100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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