Html Css Color HEX #8F628B Trendy Pink

📋 copy color: '#8F628B'

red 143 ◦ green 98 ◦ blue 139

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

Shades of Trendy Pink #8F628B

Tints of Trendy Pink #8F628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

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

R = 37.63%
G = 25.79%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F628B (or 0x8F628B) is known color: Trendy Pink. HEX triplet: 8F, 62 and 8B. RGB value is (143,98,139). Sum of RGB (Red+Green+Blue) = 143+98+139=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F628B is #709D74. Grayscale: #747474. Windows color (decimal): -7380341 or 9134735. OLE color: 9134735.

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

Color convert

RGB 143 98 139 -
CMYK 0 0.31 0.03 0.44
HSL 305.33º 0.19% 0.47% -
HSV(B) 305.33º 0.31% 0.56% -
XYZ 20.36 16.44 26.53 -
YUV 116.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 143 98 139 0 0.31 0.03 0.44 305.33 0.19 0.47
Hex 8F 62 8B 0 1F 3 2C 131 13 2F
Octal 217 142 213 0 37 3 54 461 23 57
Binary 10001111 1100010 10001011 0 11111 11 101100 100110001 10011 101111

Color Harmonies of #8F628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F628B

Black with #8F628B

Text Example


Text Example

White with #8F628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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