#8A608D

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

Shades of Trendy Pink #8A608D

Tints of Trendy Pink #8A608D

Color information

#8A608D (or 0x8A608D) is unknown color: approx Trendy Pink. HEX triplet: 8A, 60 and 8D. RGB value is (138,96,141). Sum of RGB (Red+Green+Blue) = 138+96+141=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A608D is #759F72. Grayscale: #717171. Windows color (decimal): -7708531 or 9265290. OLE color: 9265290.

HSL color Cylindrical-coordinate representation of color #8A608D: hue angle of 296º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A608D is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13896141-
CMYK0.020.3200.45
HSL296º18.99%46.47%-
HSV(B)296º31.91%55.29%-
XYZ19.4715.6927.2-
YUV113.69143.41145.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=36.8%
G=25.6%
B=37.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138961410.020.3200.4529618.9946.47
Hex8A608D22002D128132e
Octal2121402152400554502356
Binary1000101011000001000110110100000010110110010100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,96,141); }

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

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

 a { background-color: rgb(138,96,141); }

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

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

 span { border-color: rgb(138,96,141); }

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