Html Css Color HEX #8F5585 Trendy Pink

📋 copy color: '#8F5585'

red 143 ◦ green 85 ◦ blue 133

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

Shades of Trendy Pink #8F5585

Tints of Trendy Pink #8F5585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 39.61%
G = 23.55%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8F5585 (or 0x8F5585) is known color: Trendy Pink. HEX triplet: 8F, 55 and 85. RGB value is (143,85,133). Sum of RGB (Red+Green+Blue) = 143+85+133=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5585 is #70AA7A. Grayscale: #6B6B6B. Windows color (decimal): -7383675 or 8738191. OLE color: 8738191.

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

Color convert

RGB 143 85 133 -
CMYK 0 0.41 0.07 0.44
HSL 310.34º 0.25% 0.45% -
HSV(B) 310.34º 0.41% 0.56% -
XYZ 18.81 14.03 23.91 -
YUV 107.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 143 85 133 0 0.41 0.07 0.44 310.34 0.25 0.45
Hex 8F 55 85 0 29 7 2C 136 19 2D
Octal 217 125 205 0 51 7 54 466 31 55
Binary 10001111 1010101 10000101 0 101001 111 101100 100110110 11001 101101

Color Harmonies of #8F5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5585

Black with #8F5585

Text Example


Text Example

White with #8F5585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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