Html Css Color HEX #8B497D Trendy Pink

📋 copy color: '#8B497D'

red 139 ◦ green 73 ◦ blue 125

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

Shades of Trendy Pink #8B497D

Tints of Trendy Pink #8B497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 41.25%
G = 21.66%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B497D (or 0x8B497D) is known color: Trendy Pink. HEX triplet: 8B, 49 and 7D. RGB value is (139,73,125). Sum of RGB (Red+Green+Blue) = 139+73+125=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B497D is #74B682. Grayscale: #626262. Windows color (decimal): -7648899 or 8210827. OLE color: 8210827.

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

Color convert

RGB 139 73 125 -
CMYK 0 0.47 0.10 0.45
HSL 312.73º 0.31% 0.42% -
HSV(B) 312.73º 0.47% 0.55% -
XYZ 16.73 11.73 20.79 -
YUV 98.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 139 73 125 0 0.47 0.10 0.45 312.73 0.31 0.42
Hex 8B 49 7D 0 2F A 2D 139 1F 2A
Octal 213 111 175 0 57 12 55 471 37 52
Binary 10001011 1001001 1111101 0 101111 1010 101101 100111001 11111 101010

Color Harmonies of #8B497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B497D

Black with #8B497D

Text Example


Text Example

White with #8B497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,73,125); }

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

background-color css

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

 a { background-color: rgb(139,73,125); }

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

border-color css

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

 span { border-color: rgb(139,73,125); }

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