Html Css Color HEX #8D618B Trendy Pink

📋 copy color: '#8D618B'

red 141 ◦ green 97 ◦ blue 139

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

Shades of Trendy Pink #8D618B

Tints of Trendy Pink #8D618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 37.4%
G = 25.73%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D618B (or 0x8D618B) is known color: Trendy Pink. HEX triplet: 8D, 61 and 8B. RGB value is (141,97,139). Sum of RGB (Red+Green+Blue) = 141+97+139=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D618B is #729E74. Grayscale: #727272. Windows color (decimal): -7511669 or 9134477. OLE color: 9134477.

HSL color Cylindrical-coordinate representation of color #8D618B: hue angle of 302.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D618B is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 97 139 -
CMYK 0 0.31 0.01 0.45
HSL 302.73º 0.18% 0.47% -
HSV(B) 302.73º 0.31% 0.55% -
XYZ 19.92 16.08 26.48 -
YUV 114.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 141 97 139 0 0.31 0.01 0.45 302.73 0.18 0.47
Hex 8D 61 8B 0 1F 1 2D 12F 12 2F
Octal 215 141 213 0 37 1 55 457 22 57
Binary 10001101 1100001 10001011 0 11111 1 101101 100101111 10010 101111

Color Harmonies of #8D618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D618B

Black with #8D618B

Text Example


Text Example

White with #8D618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,97,139); }

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

background-color css

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

 a { background-color: rgb(141,97,139); }

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

border-color css

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

 span { border-color: rgb(141,97,139); }

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