#8B417E

Color #8B417E Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8B417E

Tints of Trendy Pink #8B417E

Color information

#8B417E (or 0x8B417E) is unknown color: approx Trendy Pink. HEX triplet: 8B, 41 and 7E. RGB value is (139,65,126). Sum of RGB (Red+Green+Blue) = 139+65+126=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B417E is #74BE81. Grayscale: #5D5D5D. Windows color (decimal): -7650946 or 8274315. OLE color: 8274315.

HSL color Cylindrical-coordinate representation of color #8B417E: hue angle of 310.54º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B417E is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB13965126-
CMYK00.530.090.45
HSL310.54º36.27%40%-
HSV(B)310.54º53.24%54.51%-
XYZ16.310.7820.96-
YUV94.08146.02160.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=42.12%
G=19.70%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396512600.530.090.45310.5436.2740
Hex8B417E03592D1372428
Octal21310117606511554674450
Binary100010111000001111111001101011001101101100110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B417E;
 }
 .AnyTagClassName
 {
   color: #8B417E;
 }
</style>
background-color css

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

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

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

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

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

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