Html Css Color HEX #8B497E Trendy Pink

📋 copy color: '#8B497E'

red 139 ◦ green 73 ◦ blue 126

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

Shades of Trendy Pink #8B497E

Tints of Trendy Pink #8B497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.28%

R = 41.12%
G = 21.6%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B497E (or 0x8B497E) is known color: Trendy Pink. HEX triplet: 8B, 49 and 7E. RGB value is (139,73,126). Sum of RGB (Red+Green+Blue) = 139+73+126=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B497E is #74B681. Grayscale: #626262. Windows color (decimal): -7648898 or 8276363. OLE color: 8276363.

HSL color Cylindrical-coordinate representation of color #8B497E: hue angle of 311.82º 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 #8B497E is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 73 126 -
CMYK 0 0.47 0.09 0.45
HSL 311.82º 0.31% 0.42% -
HSV(B) 311.82º 0.47% 0.55% -
XYZ 16.8 11.76 21.12 -
YUV 98.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 139 73 126 0 0.47 0.09 0.45 311.82 0.31 0.42
Hex 8B 49 7E 0 2F 9 2D 138 1F 2A
Octal 213 111 176 0 57 11 55 470 37 52
Binary 10001011 1001001 1111110 0 101111 1001 101101 100111000 11111 101010

Color Harmonies of #8B497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B497E

Black with #8B497E

Text Example


Text Example

White with #8B497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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