Html Css Color HEX #8F5389 Trendy Pink

📋 copy color: '#8F5389'

red 143 ◦ green 83 ◦ blue 137

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

Shades of Trendy Pink #8F5389

Tints of Trendy Pink #8F5389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.87%

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 39.39%
G = 22.87%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8F5389 (or 0x8F5389) is known color: Trendy Pink. HEX triplet: 8F, 53 and 89. RGB value is (143,83,137). Sum of RGB (Red+Green+Blue) = 143+83+137=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5389 is #70AC76. Grayscale: #6A6A6A. Windows color (decimal): -7384183 or 8999823. OLE color: 8999823.

HSL color Cylindrical-coordinate representation of color #8F5389: hue angle of 306º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5389 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 83 137 -
CMYK 0 0.42 0.04 0.44
HSL 306º 0.27% 0.44% -
HSV(B) 306º 0.42% 0.56% -
XYZ 18.94 13.83 25.34 -
YUV 107.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 143 83 137 0 0.42 0.04 0.44 306 0.27 0.44
Hex 8F 53 89 0 2A 4 2C 132 1B 2C
Octal 217 123 211 0 52 4 54 462 33 54
Binary 10001111 1010011 10001001 0 101010 100 101100 100110010 11011 101100

Color Harmonies of #8F5389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5389

Black with #8F5389

Text Example


Text Example

White with #8F5389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,83,137); }

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

background-color css

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

 a { background-color: rgb(143,83,137); }

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

border-color css

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

 span { border-color: rgb(143,83,137); }

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