#8B568B

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

Shades of Trendy Pink #8B568B

Tints of Trendy Pink #8B568B

Color information

#8B568B (or 0x8B568B) is unknown color: approx Trendy Pink. HEX triplet: 8B, 56 and 8B. RGB value is (139,86,139). Sum of RGB (Red+Green+Blue) = 139+86+139=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B568B is #74A974. Grayscale: #6B6B6B. Windows color (decimal): -7645557 or 9131659. OLE color: 9131659.

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

Color convert

RGB13986139-
CMYK00.3800.45
HSL300º23.56%44.12%-
HSV(B)300º38.13%54.51%-
XYZ18.6414.0126.15-
YUV107.89145.56150.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=38.19%
G=23.63%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398613900.3800.4530023.5644.12
Hex8B568B02602D12c182c
Octal2131262130460554543054
Binary100010111010110100010110100110010110110010110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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