Html Css Color HEX #8E6990 Trendy Pink

📋 copy color: '#8E6990'

red 142 ◦ green 105 ◦ blue 144

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

Shades of Trendy Pink #8E6990

Tints of Trendy Pink #8E6990

RGB

 RED value IS 142 (55.86% from 255) = 36.32%

 GREEN value IS 105 (41.41% from 255) = 26.85%

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

R = 36.32%
G = 26.85%
B = 36.83%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E6990 (or 0x8E6990) is known color: Trendy Pink. HEX triplet: 8E, 69 and 90. RGB value is (142,105,144). Sum of RGB (Red+Green+Blue) = 142+105+144=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E6990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6990 is #71966F. Grayscale: #787878. Windows color (decimal): -7444080 or 9464206. OLE color: 9464206.

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

Color convert

RGB 142 105 144 -
CMYK 0.01 0.27 0 0.44
HSL 296.92º 0.16% 0.49% -
HSV(B) 296.92º 0.27% 0.56% -
XYZ 21.24 17.87 28.71 -
YUV 120.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 142 105 144 0.01 0.27 0 0.44 296.92 0.16 0.49
Hex 8E 69 90 1 1B 0 2C 129 10 31
Octal 216 151 220 1 33 0 54 451 20 61
Binary 10001110 1101001 10010000 1 11011 0 101100 100101001 10000 110001

Color Harmonies of #8E6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6990

Black with #8E6990

Text Example


Text Example

White with #8E6990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,105,144); }

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

background-color css

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

 a { background-color: rgb(142,105,144); }

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

border-color css

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

 span { border-color: rgb(142,105,144); }

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