Html Css Color HEX #8F5172 Cannon Pink

📋 copy color: '#8F5172'

red 143 ◦ green 81 ◦ blue 114

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

Shades of Cannon Pink #8F5172

Tints of Cannon Pink #8F5172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.96%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 42.31%
G = 23.96%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8F5172 (or 0x8F5172) is known color: Cannon Pink. HEX triplet: 8F, 51 and 72. RGB value is (143,81,114). Sum of RGB (Red+Green+Blue) = 143+81+114=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5172 is #70AE8D. Grayscale: #676767. Windows color (decimal): -7384718 or 7491983. OLE color: 7491983.

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

Color convert

RGB 143 81 114 -
CMYK 0 0.43 0.20 0.44
HSL 328.06º 0.28% 0.44% -
HSV(B) 328.06º 0.43% 0.56% -
XYZ 17.31 12.94 17.5 -
YUV 103.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 143 81 114 0 0.43 0.20 0.44 328.06 0.28 0.44
Hex 8F 51 72 0 2B 14 2C 148 1C 2C
Octal 217 121 162 0 53 24 54 510 34 54
Binary 10001111 1010001 1110010 0 101011 10100 101100 101001000 11100 101100

Color Harmonies of #8F5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5172

Black with #8F5172

Text Example


Text Example

White with #8F5172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,81,114); }

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

background-color css

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

 a { background-color: rgb(143,81,114); }

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

border-color css

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

 span { border-color: rgb(143,81,114); }

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