#82658B

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

Shades of Trendy Pink #82658B

Tints of Trendy Pink #82658B

Color information

#82658B (or 0x82658B) is unknown color: approx Trendy Pink. HEX triplet: 82, 65 and 8B. RGB value is (130,101,139). Sum of RGB (Red+Green+Blue) = 130+101+139=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #82658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82658B is #7D9A74. Grayscale: #717171. Windows color (decimal): -8231541 or 9135490. OLE color: 9135490.

HSL color Cylindrical-coordinate representation of color #82658B: hue angle of 285.79º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82658B is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130101139-
CMYK0.060.2700.45
HSL285.79º15.83%47.06%-
HSV(B)285.79º27.34%54.51%-
XYZ18.5215.9226.52-
YUV114142.11139.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=35.14%
G=27.30%
B=37.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301011390.060.2700.45285.7915.8347.06
Hex82658B61B02D11e102f
Octal2021452136330554362057
Binary1000001011001011000101111011011010110110001111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82658B; }

 p { color: rgb(130,101,139); }

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

<style>
 a { background-color: #82658B; }

 a { background-color: rgb(130,101,139); }

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

<style>
 span { border-color: #82658B; }

 span { border-color: rgb(130,101,139); }

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