Html Css Color HEX #8F638C Trendy Pink

📋 copy color: '#8F638C'

red 143 ◦ green 99 ◦ blue 140

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

Shades of Trendy Pink #8F638C

Tints of Trendy Pink #8F638C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 37.43%
G = 25.92%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8F638C (or 0x8F638C) is known color: Trendy Pink. HEX triplet: 8F, 63 and 8C. RGB value is (143,99,140). Sum of RGB (Red+Green+Blue) = 143+99+140=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 143 - color contains mainly: red. Hex color #8F638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F638C is #709C73. Grayscale: #747474. Windows color (decimal): -7380084 or 9200527. OLE color: 9200527.

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

Color convert

RGB 143 99 140 -
CMYK 0 0.31 0.02 0.44
HSL 304.09º 0.18% 0.47% -
HSV(B) 304.09º 0.31% 0.56% -
XYZ 20.52 16.66 26.94 -
YUV 116.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 143 99 140 0 0.31 0.02 0.44 304.09 0.18 0.47
Hex 8F 63 8C 0 1F 2 2C 130 12 2F
Octal 217 143 214 0 37 2 54 460 22 57
Binary 10001111 1100011 10001100 0 11111 10 101100 100110000 10010 101111

Color Harmonies of #8F638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F638C

Black with #8F638C

Text Example


Text Example

White with #8F638C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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