#8A4383

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

Shades of Trendy Pink #8A4383

Tints of Trendy Pink #8A4383

Color information

#8A4383 (or 0x8A4383) is unknown color: approx Trendy Pink. HEX triplet: 8A, 43 and 83. RGB value is (138,67,131). Sum of RGB (Red+Green+Blue) = 138+67+131=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4383 is #75BC7C. Grayscale: #5F5F5F. Windows color (decimal): -7715965 or 8602506. OLE color: 8602506.

HSL color Cylindrical-coordinate representation of color #8A4383: hue angle of 305.92º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4383 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB13867131-
CMYK00.510.050.46
HSL305.92º34.63%40.2%-
HSV(B)305.92º51.45%54.12%-
XYZ16.5911.0622.73-
YUV95.52148.02158.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.07%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=41.07%
G=19.94%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386713100.510.050.46305.9234.6340.2
Hex8A438303352E1322328
Octal2121032030635564624350
Binary100010101000011100000110110011101101110100110010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,67,131); }

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

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

 a { background-color: rgb(138,67,131); }

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

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

 span { border-color: rgb(138,67,131); }

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