Html Css Color HEX #8D7090 Trendy Pink

📋 copy color: '#8D7090'

red 141 ◦ green 112 ◦ blue 144

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

Shades of Trendy Pink #8D7090

Tints of Trendy Pink #8D7090

RGB

 RED value IS 141 (55.47% from 255) = 35.52%

 GREEN value IS 112 (44.14% from 255) = 28.21%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 35.52%
G = 28.21%
B = 36.27%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8D7090 (or 0x8D7090) is known color: Trendy Pink. HEX triplet: 8D, 70 and 90. RGB value is (141,112,144). Sum of RGB (Red+Green+Blue) = 141+112+144=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D7090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7090 is #728F6F. Grayscale: #7C7C7C. Windows color (decimal): -7507824 or 9465997. OLE color: 9465997.

HSL color Cylindrical-coordinate representation of color #8D7090: hue angle of 294.38º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D7090 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 112 144 -
CMYK 0.02 0.22 0 0.44
HSL 294.38º 0.13% 0.5% -
HSV(B) 294.38º 0.22% 0.56% -
XYZ 21.81 19.26 28.95 -
YUV 124.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 141 112 144 0.02 0.22 0 0.44 294.38 0.13 0.5
Hex 8D 70 90 2 16 0 2C 126 D 32
Octal 215 160 220 2 26 0 54 446 15 62
Binary 10001101 1110000 10010000 10 10110 0 101100 100100110 1101 110010

Color Harmonies of #8D7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7090

Black with #8D7090

Text Example


Text Example

White with #8D7090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,112,144); }

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

background-color css

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

 a { background-color: rgb(141,112,144); }

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

border-color css

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

 span { border-color: rgb(141,112,144); }

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