#8A6482

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

Shades of Trendy Pink #8A6482

Tints of Trendy Pink #8A6482

Color information

#8A6482 (or 0x8A6482) is unknown color: approx Trendy Pink. HEX triplet: 8A, 64 and 82. RGB value is (138,100,130). Sum of RGB (Red+Green+Blue) = 138+100+130=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6482 is #759B7D. Grayscale: #727272. Windows color (decimal): -7707518 or 8545418. OLE color: 8545418.

HSL color Cylindrical-coordinate representation of color #8A6482: hue angle of 312.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A6482 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB138100130-
CMYK00.280.060.46
HSL312.63º15.97%46.67%-
HSV(B)312.63º27.54%54.12%-
XYZ19.0716.1323.23-
YUV114.78136.59144.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.5%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=37.5%
G=27.17%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810013000.280.060.46312.6315.9746.67
Hex8A648201C62E139102f
Octal2121442020346564712057
Binary1000101011001001000001001110011010111010011100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,130); }

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

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

 a { background-color: rgb(138,100,130); }

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

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

 span { border-color: rgb(138,100,130); }

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