Html Css Color HEX #8D6589 Trendy Pink

📋 copy color: '#8D6589'

red 141 ◦ green 101 ◦ blue 137

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

Shades of Trendy Pink #8D6589

Tints of Trendy Pink #8D6589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.65%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 37.2%
G = 26.65%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8D6589 (or 0x8D6589) is known color: Trendy Pink. HEX triplet: 8D, 65 and 89. RGB value is (141,101,137). Sum of RGB (Red+Green+Blue) = 141+101+137=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6589 is #729A76. Grayscale: #747474. Windows color (decimal): -7510647 or 9004429. OLE color: 9004429.

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

Color convert

RGB 141 101 137 -
CMYK 0 0.28 0.03 0.45
HSL 306º 0.17% 0.47% -
HSV(B) 306º 0.28% 0.55% -
XYZ 20.15 16.78 25.84 -
YUV 117.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 141 101 137 0 0.28 0.03 0.45 306 0.17 0.47
Hex 8D 65 89 0 1C 3 2D 132 11 2F
Octal 215 145 211 0 34 3 55 462 21 57
Binary 10001101 1100101 10001001 0 11100 11 101101 100110010 10001 101111

Color Harmonies of #8D6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6589

Black with #8D6589

Text Example


Text Example

White with #8D6589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,101,137); }

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

background-color css

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

 a { background-color: rgb(141,101,137); }

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

border-color css

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

 span { border-color: rgb(141,101,137); }

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