Html Css Color HEX #8F558B Trendy Pink

📋 copy color: '#8F558B'

red 143 ◦ green 85 ◦ blue 139

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

Shades of Trendy Pink #8F558B

Tints of Trendy Pink #8F558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 38.96%
G = 23.16%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F558B (or 0x8F558B) is known color: Trendy Pink. HEX triplet: 8F, 55 and 8B. RGB value is (143,85,139). Sum of RGB (Red+Green+Blue) = 143+85+139=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F558B is #70AA74. Grayscale: #6C6C6C. Windows color (decimal): -7383669 or 9131407. OLE color: 9131407.

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

Color convert

RGB 143 85 139 -
CMYK 0 0.41 0.03 0.44
HSL 304.14º 0.25% 0.45% -
HSV(B) 304.14º 0.41% 0.56% -
XYZ 19.24 14.2 26.15 -
YUV 108.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 143 85 139 0 0.41 0.03 0.44 304.14 0.25 0.45
Hex 8F 55 8B 0 29 3 2C 130 19 2D
Octal 217 125 213 0 51 3 54 460 31 55
Binary 10001111 1010101 10001011 0 101001 11 101100 100110000 11001 101101

Color Harmonies of #8F558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F558B

Black with #8F558B

Text Example


Text Example

White with #8F558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,85,139); }

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

background-color css

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

 a { background-color: rgb(143,85,139); }

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

border-color css

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

 span { border-color: rgb(143,85,139); }

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