#8B5684

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

Shades of Trendy Pink #8B5684

Tints of Trendy Pink #8B5684

Color information

#8B5684 (or 0x8B5684) is unknown color: approx Trendy Pink. HEX triplet: 8B, 56 and 84. RGB value is (139,86,132). Sum of RGB (Red+Green+Blue) = 139+86+132=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5684 is #74A97B. Grayscale: #6A6A6A. Windows color (decimal): -7645564 or 8672907. OLE color: 8672907.

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

Color convert

RGB13986132-
CMYK00.380.050.45
HSL307.92º23.56%44.12%-
HSV(B)307.92º38.13%54.51%-
XYZ18.1413.8123.54-
YUV107.09142.06150.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=38.94%
G=24.09%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398613200.380.050.45307.9223.5644.12
Hex8B568402652D134182c
Octal2131262040465554643054
Binary10001011101011010000100010011010110110110011010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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