#8B618C

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

Shades of Trendy Pink #8B618C

Tints of Trendy Pink #8B618C

Color information

#8B618C (or 0x8B618C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 61 and 8C. RGB value is (139,97,140). Sum of RGB (Red+Green+Blue) = 139+97+140=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B618C is #749E73. Grayscale: #727272. Windows color (decimal): -7642740 or 9200011. OLE color: 9200011.

HSL color Cylindrical-coordinate representation of color #8B618C: hue angle of 298.6º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B618C is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13997140-
CMYK0.010.3100.45
HSL298.6º18.14%46.47%-
HSV(B)298.6º30.71%54.9%-
XYZ19.6615.9326.85-
YUV114.46142.41145.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 140 (55.08% from 255) = 37.23%
R=36.97%
G=25.80%
B=37.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139971400.010.3100.45298.618.1446.47
Hex8B618C11F02D12b122e
Octal2131412141370554532256
Binary10001011110000110001100111111010110110010101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,140); }

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

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

 a { background-color: rgb(139,97,140); }

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

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

 span { border-color: rgb(139,97,140); }

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