#8A568B

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

Shades of Trendy Pink #8A568B

Tints of Trendy Pink #8A568B

Color information

#8A568B (or 0x8A568B) is unknown color: approx Trendy Pink. HEX triplet: 8A, 56 and 8B. RGB value is (138,86,139). Sum of RGB (Red+Green+Blue) = 138+86+139=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A568B is #75A974. Grayscale: #6B6B6B. Windows color (decimal): -7711093 or 9131658. OLE color: 9131658.

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

Color convert

RGB13886139-
CMYK0.010.3800.45
HSL298.87º23.56%44.12%-
HSV(B)298.87º38.13%54.51%-
XYZ18.4713.9226.14-
YUV107.59145.73149.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=38.02%
G=23.69%
B=38.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138861390.010.3800.45298.8723.5644.12
Hex8A568B12602D12b182c
Octal2121262131460554533054
Binary100010101010110100010111100110010110110010101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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