Html Css Color HEX #8F4B7E Trendy Pink

📋 copy color: '#8F4B7E'

red 143 ◦ green 75 ◦ blue 126

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

Shades of Trendy Pink #8F4B7E

Tints of Trendy Pink #8F4B7E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.8%

 BLUE value IS 126 (49.61% from 255) = 36.63%

R = 41.57%
G = 21.8%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F4B7E (or 0x8F4B7E) is known color: Trendy Pink. HEX triplet: 8F, 4B and 7E. RGB value is (143,75,126). Sum of RGB (Red+Green+Blue) = 143+75+126=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4B7E is #70B481. Grayscale: #656565. Windows color (decimal): -7386242 or 8276879. OLE color: 8276879.

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

Color convert

RGB 143 75 126 -
CMYK 0 0.48 0.12 0.44
HSL 315º 0.31% 0.43% -
HSV(B) 315º 0.48% 0.56% -
XYZ 17.61 12.38 21.2 -
YUV 101.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 143 75 126 0 0.48 0.12 0.44 315 0.31 0.43
Hex 8F 4B 7E 0 30 C 2C 13B 1F 2B
Octal 217 113 176 0 60 14 54 473 37 53
Binary 10001111 1001011 1111110 0 110000 1100 101100 100111011 11111 101011

Color Harmonies of #8F4B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4B7E

Black with #8F4B7E

Text Example


Text Example

White with #8F4B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,75,126); }

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

background-color css

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

 a { background-color: rgb(143,75,126); }

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

border-color css

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

 span { border-color: rgb(143,75,126); }

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