#8B417D

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

Shades of Trendy Pink #8B417D

Tints of Trendy Pink #8B417D

Color information

#8B417D (or 0x8B417D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 41 and 7D. RGB value is (139,65,125). Sum of RGB (Red+Green+Blue) = 139+65+125=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B417D is #74BE82. Grayscale: #5D5D5D. Windows color (decimal): -7650947 or 8208779. OLE color: 8208779.

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

Color convert

RGB13965125-
CMYK00.530.100.45
HSL311.35º36.27%40%-
HSV(B)311.35º53.24%54.51%-
XYZ16.2410.7520.62-
YUV93.97145.52160.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=42.25%
G=19.76%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396512500.530.100.45311.3536.2740
Hex8B417D035A2D1372428
Octal21310117506512554674450
Binary100010111000001111110101101011010101101100110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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