Html Css Color HEX #8F4970 Cannon Pink

📋 copy color: '#8F4970'

red 143 ◦ green 73 ◦ blue 112

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

Shades of Cannon Pink #8F4970

Tints of Cannon Pink #8F4970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 43.6%
G = 22.26%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8F4970 (or 0x8F4970) is known color: Cannon Pink. HEX triplet: 8F, 49 and 70. RGB value is (143,73,112). Sum of RGB (Red+Green+Blue) = 143+73+112=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4970 is #70B68F. Grayscale: #626262. Windows color (decimal): -7386768 or 7358863. OLE color: 7358863.

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

Color convert

RGB 143 73 112 -
CMYK 0 0.49 0.22 0.44
HSL 326.57º 0.32% 0.42% -
HSV(B) 326.57º 0.49% 0.56% -
XYZ 16.63 11.77 16.73 -
YUV 98.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 143 73 112 0 0.49 0.22 0.44 326.57 0.32 0.42
Hex 8F 49 70 0 31 16 2C 147 20 2A
Octal 217 111 160 0 61 26 54 507 40 52
Binary 10001111 1001001 1110000 0 110001 10110 101100 101000111 100000 101010

Color Harmonies of #8F4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4970

Black with #8F4970

Text Example


Text Example

White with #8F4970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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