#8B417F

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

Shades of Trendy Pink #8B417F

Tints of Trendy Pink #8B417F

Color information

#8B417F (or 0x8B417F) is unknown color: approx Trendy Pink. HEX triplet: 8B, 41 and 7F. RGB value is (139,65,127). Sum of RGB (Red+Green+Blue) = 139+65+127=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B417F is #74BE80. Grayscale: #5E5E5E. Windows color (decimal): -7650945 or 8339851. OLE color: 8339851.

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

Color convert

RGB13965127-
CMYK00.530.090.45
HSL309.73º36.27%40%-
HSV(B)309.73º53.24%54.51%-
XYZ16.3710.821.3-
YUV94.19146.52159.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 127 (50% from 255) = 38.37%
R=41.99%
G=19.64%
B=38.37%

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
Decimal1396512700.530.090.45309.7336.2740
Hex8B417F03592D1362428
Octal21310117706511554664450
Binary100010111000001111111101101011001101101100110110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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