#8F4B71

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

Shades of Cannon Pink #8F4B71

Tints of Cannon Pink #8F4B71

Color information

#8F4B71 (or 0x8F4B71) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4B and 71. RGB value is (143,75,113). Sum of RGB (Red+Green+Blue) = 143+75+113=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4B71 is #70B48E. Grayscale: #636363. Windows color (decimal): -7386255 or 7424911. OLE color: 7424911.

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

Color convert

RGB14375113-
CMYK00.480.210.44
HSL326.47º31.19%42.75%-
HSV(B)326.47º47.55%56.08%-
XYZ16.8212.0617.06-
YUV99.66135.53158.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.20%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=43.20%
G=22.66%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437511300.480.210.44326.4731.1942.75
Hex8F4B71030152C1461f2b
Octal21711316106025545063753
Binary100011111001011111000101100001010110110010100011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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