Html Css Color HEX #8E4B83 Trendy Pink

📋 copy color: '#8E4B83'

red 142 ◦ green 75 ◦ blue 131

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

Shades of Trendy Pink #8E4B83

Tints of Trendy Pink #8E4B83

RGB

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

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

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

R = 40.8%
G = 21.55%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E4B83 (or 0x8E4B83) is known color: Trendy Pink. HEX triplet: 8E, 4B and 83. RGB value is (142,75,131). Sum of RGB (Red+Green+Blue) = 142+75+131=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4B83 is #71B47C. Grayscale: #656565. Windows color (decimal): -7451773 or 8604558. OLE color: 8604558.

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

Color convert

RGB 142 75 131 -
CMYK 0 0.47 0.08 0.44
HSL 309.85º 0.31% 0.43% -
HSV(B) 309.85º 0.47% 0.56% -
XYZ 17.77 12.42 22.93 -
YUV 101.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 142 75 131 0 0.47 0.08 0.44 309.85 0.31 0.43
Hex 8E 4B 83 0 2F 8 2C 136 1F 2B
Octal 216 113 203 0 57 10 54 466 37 53
Binary 10001110 1001011 10000011 0 101111 1000 101100 100110110 11111 101011

Color Harmonies of #8E4B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4B83

Black with #8E4B83

Text Example


Text Example

White with #8E4B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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