#8A5F8F

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

Shades of Trendy Pink #8A5F8F

Tints of Trendy Pink #8A5F8F

Color information

#8A5F8F (or 0x8A5F8F) is unknown color: approx Trendy Pink. HEX triplet: 8A, 5F and 8F. RGB value is (138,95,143). Sum of RGB (Red+Green+Blue) = 138+95+143=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A5F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5F8F is #75A070. Grayscale: #717171. Windows color (decimal): -7708785 or 9396106. OLE color: 9396106.

HSL color Cylindrical-coordinate representation of color #8A5F8F: hue angle of 293.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A5F8F is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13895143-
CMYK0.030.3400.44
HSL293.75º20.17%46.67%-
HSV(B)293.75º33.57%56.08%-
XYZ19.5315.5727.96-
YUV113.33144.75145.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=36.70%
G=25.27%
B=38.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138951430.030.3400.44293.7520.1746.67
Hex8A5F8F32202C126142f
Octal2121372173420544462457
Binary1000101010111111000111111100010010110010010011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,95,143); }

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

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

 a { background-color: rgb(138,95,143); }

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

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

 span { border-color: rgb(138,95,143); }

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