#8F4B73

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

Shades of Cannon Pink #8F4B73

Tints of Cannon Pink #8F4B73

Color information

#8F4B73 (or 0x8F4B73) is unknown color: approx Cannon Pink. HEX triplet: 8F, 4B and 73. RGB value is (143,75,115). Sum of RGB (Red+Green+Blue) = 143+75+115=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4B73 is #70B48C. Grayscale: #636363. Windows color (decimal): -7386253 or 7555983. OLE color: 7555983.

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

Color convert

RGB14375115-
CMYK00.480.200.44
HSL324.71º31.19%42.75%-
HSV(B)324.71º47.55%56.08%-
XYZ16.9412.1117.66-
YUV99.89136.53158.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.94%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=42.94%
G=22.52%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437511500.480.200.44324.7131.1942.75
Hex8F4B73030142C1451f2b
Octal21711316306024545053753
Binary100011111001011111001101100001010010110010100010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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