#8B5683

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

Shades of Trendy Pink #8B5683

Tints of Trendy Pink #8B5683

Color information

#8B5683 (or 0x8B5683) is unknown color: approx Trendy Pink. HEX triplet: 8B, 56 and 83. RGB value is (139,86,131). Sum of RGB (Red+Green+Blue) = 139+86+131=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5683 is #74A97C. Grayscale: #6A6A6A. Windows color (decimal): -7645565 or 8607371. OLE color: 8607371.

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

Color convert

RGB13986131-
CMYK00.380.060.45
HSL309.06º23.56%44.12%-
HSV(B)309.06º38.13%54.51%-
XYZ18.0713.7823.18-
YUV106.98141.56150.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=39.04%
G=24.16%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398613100.380.060.45309.0623.5644.12
Hex8B568302662D135182c
Octal2131262030466554653054
Binary10001011101011010000011010011011010110110011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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