Html Css Color HEX #8F6B8A Trendy Pink

📋 copy color: '#8F6B8A'

red 143 ◦ green 107 ◦ blue 138

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

Shades of Trendy Pink #8F6B8A

Tints of Trendy Pink #8F6B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 36.86%
G = 27.58%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F6B8A (or 0x8F6B8A) is known color: Trendy Pink. HEX triplet: 8F, 6B and 8A. RGB value is (143,107,138). Sum of RGB (Red+Green+Blue) = 143+107+138=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6B8A is #709475. Grayscale: #797979. Windows color (decimal): -7378038 or 9071503. OLE color: 9071503.

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

Color convert

RGB 143 107 138 -
CMYK 0 0.25 0.03 0.44
HSL 308.33º 0.14% 0.49% -
HSV(B) 308.33º 0.25% 0.56% -
XYZ 21.17 18.19 26.44 -
YUV 121.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 143 107 138 0 0.25 0.03 0.44 308.33 0.14 0.49
Hex 8F 6B 8A 0 19 3 2C 134 E 31
Octal 217 153 212 0 31 3 54 464 16 61
Binary 10001111 1101011 10001010 0 11001 11 101100 100110100 1110 110001

Color Harmonies of #8F6B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6B8A

Black with #8F6B8A

Text Example


Text Example

White with #8F6B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,107,138); }

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

background-color css

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

 a { background-color: rgb(143,107,138); }

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

border-color css

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

 span { border-color: rgb(143,107,138); }

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