#8A538B

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

Shades of Trendy Pink #8A538B

Tints of Trendy Pink #8A538B

Color information

#8A538B (or 0x8A538B) is unknown color: approx Trendy Pink. HEX triplet: 8A, 53 and 8B. RGB value is (138,83,139). Sum of RGB (Red+Green+Blue) = 138+83+139=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A538B is #75AC74. Grayscale: #696969. Windows color (decimal): -7711861 or 9130890. OLE color: 9130890.

HSL color Cylindrical-coordinate representation of color #8A538B: hue angle of 298.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A538B is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13883139-
CMYK0.010.4000.45
HSL298.93º25.23%43.53%-
HSV(B)298.93º40.29%54.51%-
XYZ18.2313.4526.06-
YUV105.83146.72150.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=38.33%
G=23.06%
B=38.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138831390.010.4000.45298.9325.2343.53
Hex8A538B12802D12b192c
Octal2121232131500554533154
Binary100010101010011100010111101000010110110010101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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