Html Css Color HEX #8B5685 Trendy Pink

📋 copy color: '#8B5685'

red 139 ◦ green 86 ◦ blue 133

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

Shades of Trendy Pink #8B5685

Tints of Trendy Pink #8B5685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 38.83%
G = 24.02%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B5685 (or 0x8B5685) is known color: Trendy Pink. HEX triplet: 8B, 56 and 85. RGB value is (139,86,133). Sum of RGB (Red+Green+Blue) = 139+86+133=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5685 is #74A97A. Grayscale: #6B6B6B. Windows color (decimal): -7645563 or 8738443. OLE color: 8738443.

HSL color Cylindrical-coordinate representation of color #8B5685: hue angle of 306.79º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B5685 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 86 133 -
CMYK 0 0.38 0.04 0.45
HSL 306.79º 0.24% 0.44% -
HSV(B) 306.79º 0.38% 0.55% -
XYZ 18.21 13.84 23.9 -
YUV 107.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 139 86 133 0 0.38 0.04 0.45 306.79 0.24 0.44
Hex 8B 56 85 0 26 4 2D 133 18 2C
Octal 213 126 205 0 46 4 55 463 30 54
Binary 10001011 1010110 10000101 0 100110 100 101101 100110011 11000 101100

Color Harmonies of #8B5685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5685

Black with #8B5685

Text Example


Text Example

White with #8B5685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,86,133); }

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

background-color css

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

 a { background-color: rgb(139,86,133); }

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

border-color css

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

 span { border-color: rgb(139,86,133); }

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