Html Css Color HEX #8F4971 Cannon Pink

📋 copy color: '#8F4971'

red 143 ◦ green 73 ◦ blue 113

#8F4971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #8F4971

Tints of Cannon Pink #8F4971

RGB

 RED value IS 143 (56.25% from 255) = 43.47%

 GREEN value IS 73 (28.91% from 255) = 22.19%

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 43.47%
G = 22.19%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8F4971 (or 0x8F4971) is known color: Cannon Pink. HEX triplet: 8F, 49 and 71. RGB value is (143,73,113). Sum of RGB (Red+Green+Blue) = 143+73+113=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4971 is #70B68E. Grayscale: #626262. Windows color (decimal): -7386767 or 7424399. OLE color: 7424399.

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

Color convert

RGB 143 73 113 -
CMYK 0 0.49 0.21 0.44
HSL 325.71º 0.32% 0.42% -
HSV(B) 325.71º 0.49% 0.56% -
XYZ 16.69 11.8 17.02 -
YUV 98.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 143 73 113 0 0.49 0.21 0.44 325.71 0.32 0.42
Hex 8F 49 71 0 31 15 2C 146 20 2A
Octal 217 111 161 0 61 25 54 506 40 52
Binary 10001111 1001001 1110001 0 110001 10101 101100 101000110 100000 101010

Color Harmonies of #8F4971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4971

Black with #8F4971

Text Example


Text Example

White with #8F4971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F4971;
 }
 .AnyTagClassName
 {
   color: #8F4971;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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