#8A608B

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

Shades of Trendy Pink #8A608B

Tints of Trendy Pink #8A608B

Color information

#8A608B (or 0x8A608B) is unknown color: approx Trendy Pink. HEX triplet: 8A, 60 and 8B. RGB value is (138,96,139). Sum of RGB (Red+Green+Blue) = 138+96+139=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A608B is #759F74. Grayscale: #717171. Windows color (decimal): -7708533 or 9134218. OLE color: 9134218.

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

Color convert

RGB13896139-
CMYK0.010.3100.45
HSL298.6º18.3%46.08%-
HSV(B)298.6º30.94%54.51%-
XYZ19.3215.6326.43-
YUV113.46142.41145.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=37.00%
G=25.74%
B=37.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138961390.010.3100.45298.618.346.08
Hex8A608B11F02D12b122e
Octal2121402131370554532256
Binary10001010110000010001011111111010110110010101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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