Html Css Color HEX #8B6589 Trendy Pink

📋 copy color: '#8B6589'

red 139 ◦ green 101 ◦ blue 137

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

Shades of Trendy Pink #8B6589

Tints of Trendy Pink #8B6589

RGB

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

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

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

R = 36.87%
G = 26.79%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B6589 (or 0x8B6589) is known color: Trendy Pink. HEX triplet: 8B, 65 and 89. RGB value is (139,101,137). Sum of RGB (Red+Green+Blue) = 139+101+137=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6589 is #749A76. Grayscale: #747474. Windows color (decimal): -7641719 or 9004427. OLE color: 9004427.

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

Color convert

RGB 139 101 137 -
CMYK 0 0.27 0.01 0.45
HSL 303.16º 0.16% 0.47% -
HSV(B) 303.16º 0.27% 0.55% -
XYZ 19.82 16.6 25.83 -
YUV 116.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 139 101 137 0 0.27 0.01 0.45 303.16 0.16 0.47
Hex 8B 65 89 0 1B 1 2D 12F 10 2F
Octal 213 145 211 0 33 1 55 457 20 57
Binary 10001011 1100101 10001001 0 11011 1 101101 100101111 10000 101111

Color Harmonies of #8B6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6589

Black with #8B6589

Text Example


Text Example

White with #8B6589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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