Html Css Color HEX #8F6689 Trendy Pink

📋 copy color: '#8F6689'

red 143 ◦ green 102 ◦ blue 137

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

Shades of Trendy Pink #8F6689

Tints of Trendy Pink #8F6689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.7%

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

R = 37.43%
G = 26.7%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8F6689 (or 0x8F6689) is known color: Trendy Pink. HEX triplet: 8F, 66 and 89. RGB value is (143,102,137). Sum of RGB (Red+Green+Blue) = 143+102+137=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6689 is #709976. Grayscale: #767676. Windows color (decimal): -7379319 or 9004687. OLE color: 9004687.

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

Color convert

RGB 143 102 137 -
CMYK 0 0.29 0.04 0.44
HSL 308.78º 0.17% 0.48% -
HSV(B) 308.78º 0.29% 0.56% -
XYZ 20.59 17.15 25.89 -
YUV 118.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 143 102 137 0 0.29 0.04 0.44 308.78 0.17 0.48
Hex 8F 66 89 0 1D 4 2C 135 11 30
Octal 217 146 211 0 35 4 54 465 21 60
Binary 10001111 1100110 10001001 0 11101 100 101100 100110101 10001 110000

Color Harmonies of #8F6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6689

Black with #8F6689

Text Example


Text Example

White with #8F6689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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