Html Css Color HEX #8F638B Trendy Pink

📋 copy color: '#8F638B'

red 143 ◦ green 99 ◦ blue 139

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

Shades of Trendy Pink #8F638B

Tints of Trendy Pink #8F638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

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

R = 37.53%
G = 25.98%
B = 36.48%

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

#8F638B (or 0x8F638B) is known color: Trendy Pink. HEX triplet: 8F, 63 and 8B. RGB value is (143,99,139). Sum of RGB (Red+Green+Blue) = 143+99+139=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 143 - color contains mainly: red. Hex color #8F638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F638B is #709C74. Grayscale: #747474. Windows color (decimal): -7380085 or 9134991. OLE color: 9134991.

HSL color Cylindrical-coordinate representation of color #8F638B: hue angle of 305.45º degrees, saturation: 0.18, 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 #8F638B is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 99 139 -
CMYK 0 0.31 0.03 0.44
HSL 305.45º 0.18% 0.47% -
HSV(B) 305.45º 0.31% 0.56% -
XYZ 20.45 16.63 26.56 -
YUV 116.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 143 99 139 0 0.31 0.03 0.44 305.45 0.18 0.47
Hex 8F 63 8B 0 1F 3 2C 131 12 2F
Octal 217 143 213 0 37 3 54 461 22 57
Binary 10001111 1100011 10001011 0 11111 11 101100 100110001 10010 101111

Color Harmonies of #8F638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F638B

Black with #8F638B

Text Example


Text Example

White with #8F638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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