Html Css Color HEX #8E5183 Trendy Pink

📋 copy color: '#8E5183'

red 142 ◦ green 81 ◦ blue 131

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

Shades of Trendy Pink #8E5183

Tints of Trendy Pink #8E5183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

 BLUE value IS 131 (51.56% from 255) = 37.01%

R = 40.11%
G = 22.88%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E5183 (or 0x8E5183) is known color: Trendy Pink. HEX triplet: 8E, 51 and 83. RGB value is (142,81,131). Sum of RGB (Red+Green+Blue) = 142+81+131=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5183 is #71AE7C. Grayscale: #686868. Windows color (decimal): -7450237 or 8606094. OLE color: 8606094.

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

Color convert

RGB 142 81 131 -
CMYK 0 0.43 0.08 0.44
HSL 310.82º 0.27% 0.44% -
HSV(B) 310.82º 0.43% 0.56% -
XYZ 18.19 13.27 23.08 -
YUV 104.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 142 81 131 0 0.43 0.08 0.44 310.82 0.27 0.44
Hex 8E 51 83 0 2B 8 2C 137 1B 2C
Octal 216 121 203 0 53 10 54 467 33 54
Binary 10001110 1010001 10000011 0 101011 1000 101100 100110111 11011 101100

Color Harmonies of #8E5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5183

Black with #8E5183

Text Example


Text Example

White with #8E5183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,81,131); }

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

background-color css

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

 a { background-color: rgb(142,81,131); }

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

border-color css

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

 span { border-color: rgb(142,81,131); }

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