Html Css Color HEX #8F6089 Trendy Pink

📋 copy color: '#8F6089'

red 143 ◦ green 96 ◦ blue 137

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

Shades of Trendy Pink #8F6089

Tints of Trendy Pink #8F6089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.53%

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 38.03%
G = 25.53%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8F6089 (or 0x8F6089) is known color: Trendy Pink. HEX triplet: 8F, 60 and 89. RGB value is (143,96,137). Sum of RGB (Red+Green+Blue) = 143+96+137=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6089 is #709F76. Grayscale: #727272. Windows color (decimal): -7380855 or 9003151. OLE color: 9003151.

HSL color Cylindrical-coordinate representation of color #8F6089: hue angle of 307.66º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F6089 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 96 137 -
CMYK 0 0.33 0.04 0.44
HSL 307.66º 0.2% 0.47% -
HSV(B) 307.66º 0.33% 0.56% -
XYZ 20.03 16.01 25.7 -
YUV 114.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 143 96 137 0 0.33 0.04 0.44 307.66 0.2 0.47
Hex 8F 60 89 0 21 4 2C 134 14 2F
Octal 217 140 211 0 41 4 54 464 24 57
Binary 10001111 1100000 10001001 0 100001 100 101100 100110100 10100 101111

Color Harmonies of #8F6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6089

Black with #8F6089

Text Example


Text Example

White with #8F6089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,96,137); }

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

background-color css

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

 a { background-color: rgb(143,96,137); }

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

border-color css

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

 span { border-color: rgb(143,96,137); }

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