#8B5384

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

Shades of Trendy Pink #8B5384

Tints of Trendy Pink #8B5384

Color information

#8B5384 (or 0x8B5384) is unknown color: approx Trendy Pink. HEX triplet: 8B, 53 and 84. RGB value is (139,83,132). Sum of RGB (Red+Green+Blue) = 139+83+132=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5384 is #74AC7B. Grayscale: #696969. Windows color (decimal): -7646332 or 8672139. OLE color: 8672139.

HSL color Cylindrical-coordinate representation of color #8B5384: hue angle of 307.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5384 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB13983132-
CMYK00.400.050.45
HSL307.5º25.23%43.53%-
HSV(B)307.5º40.29%54.51%-
XYZ17.9113.3423.46-
YUV105.33143.05152.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.27%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=39.27%
G=23.45%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398313200.400.050.45307.525.2343.53
Hex8B538402852D134192c
Octal2131232040505554643154
Binary10001011101001110000100010100010110110110011010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,83,132); }

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

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

 a { background-color: rgb(139,83,132); }

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

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

 span { border-color: rgb(139,83,132); }

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