Html Css Color HEX #8F4074 Cannon Pink

📋 copy color: '#8F4074'

red 143 ◦ green 64 ◦ blue 116

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

Shades of Cannon Pink #8F4074

Tints of Cannon Pink #8F4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 44.27%
G = 19.81%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8F4074 (or 0x8F4074) is known color: Cannon Pink. HEX triplet: 8F, 40 and 74. RGB value is (143,64,116). Sum of RGB (Red+Green+Blue) = 143+64+116=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4074 is #70BF8B. Grayscale: #5D5D5D. Windows color (decimal): -7389068 or 7618703. OLE color: 7618703.

HSL color Cylindrical-coordinate representation of color #8F4074: hue angle of 320.51º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F4074 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 64 116 -
CMYK 0 0.55 0.19 0.44
HSL 320.51º 0.38% 0.41% -
HSV(B) 320.51º 0.55% 0.56% -
XYZ 16.31 10.77 17.74 -
YUV 93.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 143 64 116 0 0.55 0.19 0.44 320.51 0.38 0.41
Hex 8F 40 74 0 37 13 2C 141 26 29
Octal 217 100 164 0 67 23 54 501 46 51
Binary 10001111 1000000 1110100 0 110111 10011 101100 101000001 100110 101001

Color Harmonies of #8F4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4074

Black with #8F4074

Text Example


Text Example

White with #8F4074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,64,116); }

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

background-color css

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

 a { background-color: rgb(143,64,116); }

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

border-color css

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

 span { border-color: rgb(143,64,116); }

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