Html Css Color HEX #8F4D75 Cannon Pink

📋 copy color: '#8F4D75'

red 143 ◦ green 77 ◦ blue 117

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

Shades of Cannon Pink #8F4D75

Tints of Cannon Pink #8F4D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

 BLUE value IS 117 (46.09% from 255) = 34.72%

R = 42.43%
G = 22.85%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8F4D75 (or 0x8F4D75) is known color: Cannon Pink. HEX triplet: 8F, 4D and 75. RGB value is (143,77,117). Sum of RGB (Red+Green+Blue) = 143+77+117=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D75 is #70B28A. Grayscale: #656565. Windows color (decimal): -7385739 or 7687567. OLE color: 7687567.

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

Color convert

RGB 143 77 117 -
CMYK 0 0.46 0.18 0.44
HSL 323.64º 0.3% 0.43% -
HSV(B) 323.64º 0.46% 0.56% -
XYZ 17.19 12.43 18.32 -
YUV 101.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 143 77 117 0 0.46 0.18 0.44 323.64 0.3 0.43
Hex 8F 4D 75 0 2E 12 2C 144 1E 2B
Octal 217 115 165 0 56 22 54 504 36 53
Binary 10001111 1001101 1110101 0 101110 10010 101100 101000100 11110 101011

Color Harmonies of #8F4D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4D75

Black with #8F4D75

Text Example


Text Example

White with #8F4D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,77,117); }

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

background-color css

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

 a { background-color: rgb(143,77,117); }

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

border-color css

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

 span { border-color: rgb(143,77,117); }

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