Html Css Color HEX #8D638B Trendy Pink

📋 copy color: '#8D638B'

red 141 ◦ green 99 ◦ blue 139

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

Shades of Trendy Pink #8D638B

Tints of Trendy Pink #8D638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.12%

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

R = 37.2%
G = 26.12%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D638B (or 0x8D638B) is known color: Trendy Pink. HEX triplet: 8D, 63 and 8B. RGB value is (141,99,139). Sum of RGB (Red+Green+Blue) = 141+99+139=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D638B is #729C74. Grayscale: #747474. Windows color (decimal): -7511157 or 9134989. OLE color: 9134989.

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

Color convert

RGB 141 99 139 -
CMYK 0 0.30 0.01 0.45
HSL 302.86º 0.18% 0.47% -
HSV(B) 302.86º 0.3% 0.55% -
XYZ 20.11 16.45 26.54 -
YUV 116.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 141 99 139 0 0.30 0.01 0.45 302.86 0.18 0.47
Hex 8D 63 8B 0 1E 1 2D 12F 12 2F
Octal 215 143 213 0 36 1 55 457 22 57
Binary 10001101 1100011 10001011 0 11110 1 101101 100101111 10010 101111

Color Harmonies of #8D638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D638B

Black with #8D638B

Text Example


Text Example

White with #8D638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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